Jan 14 2006

[Microsoft][ODBC Microsoft Access 97 Driver] '(unknown)' isn't a valid path?

Posted by admin under AdMentor ASP

This one is typical when configuration isn't right. The path to the database file is incorrect.

Check in admentorconfig.asp:

g_Admentor_strConnect = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ="& Server.MapPath("/admentor/ad2000.mdb") &";DriverId=25;FIL=MS Access;MaxBufferSize=512;PageTimeout=5"

The part inside Server.MapPath("/admentor/ad2000.mdb") should point to your database file