This is a discussion on Connecting to SQL 2005 using VB6 within the SQL Server forums, part of the Microsoft SQL Server category; --> Is there some reference material that shows how to connect to a SQL 2005 DB using Visual Basic 6? ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Charlie (jadkins4@yahoo.com) writes: > Is there some reference material that shows how to connect to a SQL 2005 > DB using Visual Basic 6? Any help is appreciated. You find the reference for ADO on http://msdn2.microsoft.com/en-us/library/ms675532.aspx. ADO is a piece of crap in my opinion, but*it's nevertheless the best option for VB6. -- Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx |