sql server - Problems with SQLNCLI connection string -


we have fresh installation of sql server 2012 on win2012 64 bit. according odbc administrator, sql server native client 11.0 installed, too.

however, while trying connect sql "provider=sqlncli..." or "provider=sqlncli11..." or "provider="sqlncli11.0...", receive error:

adodb.connection error '800a0e7a' provider cannot found. may not installed.

our webpage in classic asp, app.pool enable 32-bit applictions true, managed pipeline classic.

interesting, while try connect same sql oledb, t.i. "provider=sqloledb..." works fine.

any ideas?

problem solved: have sqlncli on sql server only, , not on our web server, wants connect sql. after installed sqlncli on our webserver, connection succeeded.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -