in reply to Using MS Access via DBI and DBD::ODBC

The obvious is, do you have the right? :) What (windows) user is the script running under and is it able to manually open the db1.mdb?
Maybe there's a problem w/ the username/password or use thereof: If you manually open db1.mdb and remove the username/password, and also blank the values in your script, does it work then (if not, what's the error)?
  • Comment on Re: Using MS Access via DBI and DBD::ODBC

Replies are listed 'Best First'.
Re^2: Using MS Access via DBI and DBD::ODBC
by reneeb (Chaplain) on Jun 13, 2005 at 12:42 UTC
    If I open the database manually (with user/password) I can work with the database.