I am developing a set of simple webpages that connect to an access database. Everything worked fine. Then I copied all my files to a new location (same machine) and I get an error:
Microsoft JET Database Engine (0x80004005)
Unspecified error
This error occurs where it tries to open the database (same database as before!) with "objConn.Open strConnect". I've reached my wits end trying to figure out what the problem could be. Any ideas???
Thanks.
Microsoft JET Database Engine (0x80004005)
Unspecified error
This error occurs where it tries to open the database (same database as before!) with "objConn.Open strConnect". I've reached my wits end trying to figure out what the problem could be. Any ideas???
Thanks.