Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for Vish_All

[B]hi all, [/B] [B] I have create a database application in vb 6.0[/B] [B] i need to retrive some reports using data report (not Crystal) such as date wise report or customer wise report.[/B] [B] The steps i fallowed are: [/B] [B]1. retrived text boxes in data report[/B] [B]2. for …

Member Avatar for rathisamal
0
991
Member Avatar for cmrhema

Hi, We have an asynchronous server socket program, which works fine BUT, when due to some circumstances, I receive null data or blank data, the server goes to infinite loop Here is the code [CODE]namespace SocketServer { public class StateObject //class created to clear the duplicate records { // Client …

Member Avatar for jagadeeshwaran
0
271
Member Avatar for cmrhema

Hi, I want to round of the salary amount to the nearest 0.05. eg. if my salary is 1000.23, it should be rounded to 1000.25 and if the salary is 1000.26 it should be rounded off to 1000.30. The Math.round function is not helpful in the above sceneario. Suggestions pls …

Member Avatar for ddanbe
0
363
Member Avatar for cmrhema

Hi, I am learning generics, I want to insert empname, empid and empsalary, I implemented this way using System; using System.Collections.Generic; using System.Text; namespace EmployeeDetails { public class Emp_Details { readonly string _EmpName; readonly int _EmpId; readonly double _EmpSalary; public string EmpName { get { return _EmpName; } } public …

Member Avatar for JerryShaw
0
101
Member Avatar for cmrhema

Hi, We have developed a socket program as below, The program works fine, except that it sometimes gives me jumbled messages or same message gets repeated twice. The whole code is produced below. I will let you know what exactly are we doing. This a socket program for tracking vehicle. …

Member Avatar for chsarp_vijay
0
176
Member Avatar for cmrhema

Hi, we are currently having an console application in C# and asp.net. Its a client server socket programming. We have to convert it into assembly langugage. We are going to implement in linux server Kindly let me know which assembler and linker have i to download (free download). And please …

Member Avatar for sDJh
0
81
Member Avatar for nisrin

hello, Im using VB6 and have connected my datagid OLE to a table in Oracle using adodb, the code seems clean but it doesn't display the table. PID is a patient ID variable. Here's the code: Dim oconn As New ADODB.Connection Dim rsView As New ADODB.Recordset Dim strSqlView As String …

Member Avatar for nisrin
0
88
Member Avatar for cmrhema

Hello, I am new to this forum. I want to learn ASP . I am basically a VB programmer with good experience. I want to learn ASP with SQL SERVER. Kindly provide me the links with some good tutorial to start with Thank You

Member Avatar for davidcairns
0
88