Click here to Skip to main content
15,908,115 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTCP/IP server Pin
awperli9-Jun-06 11:26
awperli9-Jun-06 11:26 
AnswerRe: TCP/IP server Pin
Joshua Quick9-Jun-06 12:55
Joshua Quick9-Jun-06 12:55 
Questionrun application from the network drive Pin
dphound9-Jun-06 10:17
dphound9-Jun-06 10:17 
AnswerRe: run application from the network drive Pin
Joshua Quick9-Jun-06 12:51
Joshua Quick9-Jun-06 12:51 
Questionhow to connect DSN server Pin
iramg9-Jun-06 10:06
iramg9-Jun-06 10:06 
AnswerRe: how to connect DSN server Pin
Joshua Quick9-Jun-06 13:09
Joshua Quick9-Jun-06 13:09 
GeneralRe: how to connect DSN server Pin
iramg9-Jun-06 22:59
iramg9-Jun-06 22:59 
AnswerRe: how to connect DSN server Pin
Joshua Quick10-Jun-06 9:30
Joshua Quick10-Jun-06 9:30 
iramg wrote:
i have read a example in it they use ADODB but when i use it in my code it gives me error.


That's the old ADO library used by VB6 and older versions.

To use ADO.NET, you need to add a reference to the System.Data.dll in your project. In Visual Studio 2003, you can do this by right clicking on your project's References folder, select Add References, select System.Data.dll in the listbox, click Select, and then click OK. This will give you access to the System.Data namespace and all of its classes. You'll need to use the System.Data.Odbc.OdbcConnection class to connect to the database. The below link to MSDN will show you a quick example on how to use this class.

http://msdn.microsoft.com/library/en-us/cpref/html/frlrfSystemDataOdbcOdbcConnectionClassTopic.asp[^]

I hope this helps!
QuestionMulti Colum Listview Pin
syed imran azmat9-Jun-06 9:05
syed imran azmat9-Jun-06 9:05 
AnswerRe: Multi Colum Listview Pin
mr_1234510-Jun-06 4:27
mr_1234510-Jun-06 4:27 
AnswerRe: Call MS SQL Procedure from VB.NET Pin
Colin Angus Mackay9-Jun-06 22:31
Colin Angus Mackay9-Jun-06 22:31 
GeneralRe: Call MS SQL Procedure from VB.NET Pin
Antebios115312-Jun-06 2:41
Antebios115312-Jun-06 2:41 
GeneralRe: Call MS SQL Procedure from VB.NET Pin
Colin Angus Mackay12-Jun-06 8:22
Colin Angus Mackay12-Jun-06 8:22 
QuestionBackground Image causing performance problem Pin
SudheendraKurudumale9-Jun-06 7:33
SudheendraKurudumale9-Jun-06 7:33 
QuestionHelp on playing waves in VB.NET Pin
DJLarZ9-Jun-06 6:40
DJLarZ9-Jun-06 6:40 
QuestionHow to get the length of a string in pixels? Pin
TheFoZ9-Jun-06 5:29
TheFoZ9-Jun-06 5:29 
AnswerRe: How to get the length of a string in pixels? Pin
arcticbrew9-Jun-06 8:02
arcticbrew9-Jun-06 8:02 
GeneralRe: How to get the length of a string in pixels? Pin
TheFoZ9-Jun-06 9:40
TheFoZ9-Jun-06 9:40 
Questionvb.net and oracle client Pin
hemrk9-Jun-06 5:22
hemrk9-Jun-06 5:22 
AnswerRe: vb.net and oracle client Pin
Dave Kreskowiak9-Jun-06 10:39
mveDave Kreskowiak9-Jun-06 10:39 
AnswerRe: vb.net and oracle client Pin
mr_1234510-Jun-06 5:26
mr_1234510-Jun-06 5:26 
GeneralRe: vb.net and oracle client Pin
Dave Kreskowiak11-Jun-06 2:52
mveDave Kreskowiak11-Jun-06 2:52 
GeneralRe: vb.net and oracle client Pin
mr_1234511-Jun-06 11:45
mr_1234511-Jun-06 11:45 
AnswerRe: vb.net and oracle client Pin
mr_1234511-Jun-06 11:43
mr_1234511-Jun-06 11:43 
QuestionThreadhPool versus Thread.Join() misunderstanding Pin
manustone9-Jun-06 4:46
manustone9-Jun-06 4:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.