This topic is locked

Data provider could not be initialized.

2/24/2004 11:55:05 AM
ASPRunnerPro General questions
author

Data provider could not be initialized.

swat 2/24/2004

Data provider could not be initialized.



This error usually happens because of IIS or MS Connection string , so Restart IIS or Restart computer or Reinstall Microsoft Jet 4.0.

emoss 3/14/2004

Sergey,
I have this exact problem after migrating a working asprunner app to a new server.

My connection string is;
<%

strConnection = "Provider=MSDataShape;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & server.mappath("db\FOBONHAND.mdb") & ";UID=;PWD="

%>
Could this be the source of my problem?
Regards,
Ed Moss