VB.Net connect to MsSQL

acbenny

New member
Joined
Jan 30, 2005
Messages
1
Programming Experience
Beginner
Dear all expert,

I am a beginner, I am creating a GUI using VB.Net connecting to MsSQL, therefore how can I get data from MsSQL, is it something like ODBC or ADO.Net I need to use ? what's their difference ?

Thanks all your help !!!

Johnny
 
That is what I was thinking too, but I re-read the post and they are wanting SQL Server info.

Look in the Documentation for SQLDataAdapter, ADO.NET, and DataSets.

You will also need to look into DataBindings to connect the data to controls on your form.
 
Back
Top