Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.databases.ms-sqlserver > #687
| From | Erland Sommarskog <esquel@sommarskog.se> |
|---|---|
| Newsgroups | comp.databases.ms-sqlserver |
| Subject | Re: Provider not listed - repost |
| Date | 2011-09-29 23:13 +0200 |
| Organization | Erland Sommarskog |
| Message-ID | <Xns9F6FEC4A64C22Yazorman@127.0.0.1> (permalink) |
| References | <KL0hq.6414$DQ2.661@newsfe19.iad> <j62a1s$i4k$1@dont-email.me> <gQ4hq.15$kr4.14@newsfe03.iad> |
Matthew Wells (matthew.wells@firstbyte.net) writes:
> Thanks for the effort, but this does not help me. I'm not looking for and
> ODBC connection. The closest I've seen is Provider=SQLOLEDB.1.
>
> I need to pick "SQL Server" from the list of providers. How do I get that
> in the list?
Like Bob, I seem to recall that I answered to your original post.
Anyway, to use the old ODBC driver for SQL Server, specify
Driver={SQL Server}
To use the old OLE DB provider for SQL Server, specify
Driver=SQLOLEDB
These are the two choices. Nevermind what you see in a list, it's a
connection string you want in the end, isn't it?
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
Back to comp.databases.ms-sqlserver | Previous | Next — Previous in thread | Find similar
Provider not listed - repost "Matthew Wells" <matthew.wells@firstbyte.net> - 2011-09-29 12:10 -0400
Re: Provider not listed - repost "Bob Barrows" <reb01501@NOyahooSPAM.com> - 2011-09-29 13:31 -0400
Re: Provider not listed - repost "Matthew Wells" <matthew.wells@firstbyte.net> - 2011-09-29 16:48 -0400
Re: Provider not listed - repost Erland Sommarskog <esquel@sommarskog.se> - 2011-09-29 23:13 +0200
csiph-web