2013-05-21 2 views
0

서버 = SQL 서버 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;" 
%> 
+4

공급자를 설치 했습니까? (SQLNCLI10, SQL Server Native Client 10) –

+0

http://stackoverflow.com/questions/21719422/getting-error-800a0e7a-provider-cannot-be-found-it-may-not-korea.png에서 몇 가지 좋은 답변이 있습니다. 제대로 설치되다. –

답변

0

하나는 " 등록 취소 및 재 등록"시도 할 수 있습니다 솔루션을 C : \ 프로그램 파일 \ 공용 Files \ System \ Ole DB \ msdasql.dll " regsvr32.exe 사용 "

관련 문제