| Posted by Erland Sommarskog on 07/03/07 08:07 
Ben (pillars4@sbcglobal.net) writes:> Below is the connection string:
 >
 > ODBC;DSN=YES2;DATABASE=YES100SQLC;
 
 And what is in that DSN?
 
 Particular which OLE DB provider do you use? I had a look in a book on
 ADO, and it said that the only two providers to support ADOX are the
 Jet provider and SQLOLEDB. The book is a bit old, but if ODBC means that
 you are using MSDASQL, then we have the answer to your problem. Change
 to use SQLOLEDB instead.
 
 
 --
 Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
 
 Books Online for SQL Server 2005 at
 http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
 Books Online for SQL Server 2000 at
 http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
 [Back to original message] |