in reply to Re: Connection Problem to MS Access Database using DBI
in thread Connection Problem to MS Access Database using DBI

Comment on update.
I did give the full file name and tested this with
if(-f $file_name)
to make sure it could be 'found'.

Replies are listed 'Best First'.
Re^3: Connection Problem to MS Access Database using DBI
by soonix (Chancellor) on May 18, 2019 at 18:37 UTC
    Hmmm... maybe it's a permission problem. Is the script running under the same user as you "normally" access the database? (In other words: can the user who runs the script, open the database via Access?)