in reply to Re^2: How can I connect my perl script to an Access 2010 (.accdb) file?
in thread How can I connect my perl script to an Access 2010 (.accdb) file?
Then I'm guessing the "Microsoft.ACE.OLEDB.12.0" bit isn't installed on your machine. I did a quick google for "ado connection string access" and found http://www.connectionstrings.com/access. Perhaps using "Microsoft.Jet.OLEDB.4.0" may work? (I don't use Access, so I'm not familiar with those connection strings.)
...roboticus
When your only tool is a hammer, all problems look like your thumb.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I connect my perl script to an Access 2010 (.accdb) file?
by will_danger (Initiate) on Jun 03, 2012 at 00:33 UTC |