Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connection to SQL Server

Status
Not open for further replies.

LLudlow

Programmer
Joined
Oct 5, 2001
Messages
186
Location
CA
I am going to use sql server as the database for the back-end of an application. I was wondering what type of connection should i use: ADO, OLE DB, or ODBC? And i was wondering can someone explain the differnce between these. I have looked at the Microsoft site but i was looking for the simple version of the differences.

Thanks

Elway
 
Use ADO. ODBC is becoming out-dated (at least as far as Microsoft technology is concerned). ADO is just a wrapper for the more complex OLE DB.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top