hey!
I'm trying to connect to a database that was made in MS Access 2000 using the DBI and DBD modules for perl, and everything worked fine during testing (On a Win98 machine)... but now it's all moved onto a Linux machine, and it won't load the drivers!
Do I need to point the ODBC driver to my database, or create a DSN or something?
Either way, here's the error it gives me, let me know if you think of anything!
Thanks!
Kasey
I'm trying to connect to a database that was made in MS Access 2000 using the DBI and DBD modules for perl, and everything worked fine during testing (On a Win98 machine)... but now it's all moved onto a Linux machine, and it won't load the drivers!
Do I need to point the ODBC driver to my database, or create a DSN or something?
Either way, here's the error it gives me, let me know if you think of anything!
Code:
BI->connect(dmhc01) failed: [iODBC][Driver Manager Specified driver could not be loaded (SQL-IM003) [iODBC][Driver Manager]/home/openlink/lib/oplodbc.so.1: cannot open shared object file:
No such file or directory (SQL-00000)(DBD: db_login/SQLConnect err=-1) at ./example01.cgi line 296 Can't connect to DBI:ODBC:dmhc01 at ./example01.cgi line 296.
Thanks!
Kasey