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
Post a Comment