Which is the SQL Provider for ADO?

B

Brendan Reynolds

I'm assuming that by SQL you mean Microsoft SQL Server? If so, you can use
the ODBC provider, but there are better options for recent versions of SQL
Server. For SQL Server 2000 you can use the OLE DB Provider for SQL Server
("Provider=SQLOLEDB.1"). I think this also worked with the version prior to
SQL Server 2000, but that's from memory. For SQL Server 2005, you can use
the SQL Server Native Client provider ("Provider=SQLNCLI.1").
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top