seank
07-22-08, 12:27 AM
Hello,
I recently upgraded to 5.5 from 4.14 and host it on a windows box. For some reason the old connection string will not work with 5.5. When I attempt to connect it I get a "test connection failed because of an error in initializing provider. unrecognized database format" error message. I am using ASP pages to display various pages such as the product detail page and I need a connection string to work so I can bring the data back to the page.
The two connection strings are:
OLD 4.14
Application("DB_MIVA_Walkerswarehouse") = "Provider=MSDataShape; Provider=Microsoft.Jet.OLEDB.4.0; Data Source=X:/www.mysite.com/wwwroot/mivadata/Merchant2/00000002; Extended Properties=DBASE IV;"
NEW 5.5 string - won't work
Application("DB_MIVA5_Walkerswarehouse") = "Provider=MSDataShape; Provider=Microsoft.Jet.OLEDB.4.0; Data Source=X:/www.mysite.com/wwwroot/mivadata/Merchant5/s02; Extended Properties=DBASE IV;"
Thanks,
Sean
I recently upgraded to 5.5 from 4.14 and host it on a windows box. For some reason the old connection string will not work with 5.5. When I attempt to connect it I get a "test connection failed because of an error in initializing provider. unrecognized database format" error message. I am using ASP pages to display various pages such as the product detail page and I need a connection string to work so I can bring the data back to the page.
The two connection strings are:
OLD 4.14
Application("DB_MIVA_Walkerswarehouse") = "Provider=MSDataShape; Provider=Microsoft.Jet.OLEDB.4.0; Data Source=X:/www.mysite.com/wwwroot/mivadata/Merchant2/00000002; Extended Properties=DBASE IV;"
NEW 5.5 string - won't work
Application("DB_MIVA5_Walkerswarehouse") = "Provider=MSDataShape; Provider=Microsoft.Jet.OLEDB.4.0; Data Source=X:/www.mysite.com/wwwroot/mivadata/Merchant5/s02; Extended Properties=DBASE IV;"
Thanks,
Sean