No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
Re: 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 … | |
Re: 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] | |
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 … | |
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 … | |
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. | |
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. | |
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 … | |
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 … |
The End.