Guest_imported
New member
- Jan 1, 1970
- 0
I am migrating a website from a server to another. There are a lot of asp files getting data in access DBs thru ODBC. But in the new server, these ASP files dont work because of a connexion error:
----
ADODB.Connection error '800a0e7a'
ADO could not find the specified provider.
/fr/frames/main.asp, line 7
----
I checked in the old server's ODBC settings (the control panel) and found nothing revalent in User DNS or System DNS. Here are some sample connexion paths used by the ASPs:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\inetpub\or
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Inetpub\I checked the path and the databases are at the right place in both servers.
Thx in advance for your help
----
ADODB.Connection error '800a0e7a'
ADO could not find the specified provider.
/fr/frames/main.asp, line 7
----
I checked in the old server's ODBC settings (the control panel) and found nothing revalent in User DNS or System DNS. Here are some sample connexion paths used by the ASPs:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\inetpub\or
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Inetpub\I checked the path and the databases are at the right place in both servers.
Thx in advance for your help