Help Connecting to MS SQL (MSDE) Database

zekeman

Well-known member
Joined
May 23, 2006
Messages
224
Programming Experience
10+
Asking if someone can give a link for instruction and samples of
using VB.Net Express to connect and read a MS SQL (MSDE) Database
that is located on a Server.

Can I use ADO.Net (Preferred) and if not how to use ODBC?

In regards to ODBC, I have already used a Client machine and set up through Admin Tools, an ODBC Data Source and I can use this Data Source to connect to the DB via Excel. Any help is appreciated.

I would rather not use a DataGrid.

Thanks in advance.
 
Thanks, the link help.

Also wondering if ADO.Net provides a way to retrieve the properties of a tables columns?

For example can I get the data type, for each column in the table?

Thanks
 
Back
Top