0
服務器= SQL Server 2008的提供者找不到。它可能沒有正確安裝
錯誤:
ADODB.Connection error '800a0e7a' Provider cannot be found. It may not be properly installed.
conn.asp, line 3
<%
Set conn = Server.CreateObject("ADODB.Connection")
conn.open "Provider=SQLNCLI10;Server=xx.xx.xxx.x;Database=DBxxxxxxxxx; Uid=USRxxxxxxxxxx;Pwd=PSSxxxxxxx;"
%>
那麼您是否安裝了提供程序? (SQLNCLI10,SQL Server Native Client 10) –
有一些很好的答案在http://stackoverflow.com/questions/21719422/getting-error-800a0e7a-provider-cannot-be-found-it-may-not-是 - 正確安裝 –