I am trying to connect to an Access database from the web using perl. Although I've been able to do this successfully through perl via the command line, when i try to do the same from an Apache web server, i get an error message about the connection.
"failed: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data. (SQL-HY000)(DBD: db_login/SQLConnect err=-1)".
I've ensured that the database is closed etc.
any suggestions?
"failed: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)'. It is already opened exclusively by another user, or you need permission to view its data. (SQL-HY000)(DBD: db_login/SQLConnect err=-1)".
I've ensured that the database is closed etc.
any suggestions?