Problem med PWS
HalløjJeg har problemet beskrevet nedenfor:
PRB: ERR "ADO Could Not Find The Specified Provider"
The information in this article applies to:
Microsoft OLE DB Provider for ODBC, versions 1.0, 1.1, 1.5, 2.0 on the following platform: NT
Microsoft Data Access Components version 1.5
SYMPTOMS
The following error message occurs when trying to connect to SQL Server using ActiveX Data Objects (ADO):
ADODB.Connection error ''800a0e7a''
ADO could not find the specified provider.
CAUSE
The MSDASQL OLE DB provider is either unavailable or is not registered. This can be caused by an incomplete upgrade or a bad install of the Microsoft Data Access Components (MDAC) components.
RESOLUTION
Here are two ways to resolve this problem:
Register the Msdasql.dll using the following command:
REGSVR32 "C:\Program Files\Common Files\System\ole db\MSDASQL.DLL"
Men hvordan skal jeg udføre denne kommando??
