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
~3K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for nanoh2001

first you need to get some class that will enable you to connect to the database hope these codes will help you [ICODE]Public Class connect 'Dim oledbcon As New System.Data.OleDb.OleDbConnection 'Dim oledbada As New System.Data.OleDb.OleDbDataAdapter 'Dim oledbcmd As New System.Data.OleDb.OleDbCommand Dim sqlcon As New System.Data.SqlClient.SqlConnection Dim sqlada As New System.Data.SqlClient.SqlDataAdapter …

Member Avatar for nanoh2001
0
1K
Member Avatar for macupryk

you can declare the variables as public this way [ICODE]public <variable name> as <type>[/ICODE] in some form consider form1 then in the other form you say [ICODE]form1.<variablename>[/ICODE]

Member Avatar for arunkp
0
938
Member Avatar for arunkp

Friends i need to connect a flash movie with database.As many tutorials say I need a middleware to connect.As i need to run as a vb or c# program which will be the suitable middle ware(as web says php asp vbscript etc can act as middle ware). Please help me …

0
68
Member Avatar for arunkp

friends i have a problem. i want to find out tcp statistics(bytes recieved&bytes send). for this i used this code [CODE]dim a as system.net.networkinformation.tcpstatistics dim aa as long aa= a.bytesreceived() [/CODE] this code shows a warning as [QUOTE]Variable ‘a’ is used before it has been assigned a value. A null …

Member Avatar for arunkp
0
148
Member Avatar for arunkp

please help me to find the details of a network connection such as bytes send,recieved,duration and the control to disconnect the network connection.

0
66
Member Avatar for arunkp

i need to send at or atx commands to mobile using c or c++.please tell me how to send it in win32 console?which fn &header file is used for this purpose? thanks in advance.

0
60
Member Avatar for arunkp

friends i need to send AT or ATX commands using c language i tried to write the data using biosserialcom() fn to write to serial port in win XP. but it failed .some error camesayin "16bit msdos subsystem error" my question is whether i will be sucessful if i tried …

Member Avatar for jephthah
0
214
Member Avatar for arunkp

i need to display user given text in graphics mode we can display predefined text using outtextxy(); functions. but we cannot display text given by user using this function while using printf statements i think we cannot displaytext with userdefined colors and settings. one of my seniors told me that …

Member Avatar for Salem
0
79

The End.