Is it possible to set the db.mdb connection manually, because I know for sure, that's the reason behind the 2786 error line? How can I set it manually?
Please if someone knows how to do that please post!:D
It is possible to set the connection string manually by overriding the strConn variable in the CreateDatabaseConnection function in the class.asp file. On line 2781, add a line that says:
Class.asp can the connection set manually?
It is possible to set the connection string manually by overriding the strConn variable in the CreateDatabaseConnection function in the class.asp file. On line 2781, add a line that says:
strConn = "Manual Connection String"
Regards,
~Chad