in reply to Re: 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?
I gave it a shot, no luck unfortunately. I've now re-installed Strawberry a few times (trying different perl versions, while fetching fresh modules each time) and installed IIS (because I figured that maybe there were components there I might have needed), aside from trying out your snippet (and installing the necessary module). The error I got was:
"DBI connect('driver=Microsoft Access Driver (*.mdb);dbq=KosJourney.mdb',',...) failed: MicrosoftODBC Driver Manager Data source name not found and no default driver specified (SQL-IM002) at PopulateUsersFromResultCSV.pl line 23"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can I connect my perl script to an Access 2010 (.accdb) file?
by will_danger (Initiate) on Jun 03, 2012 at 03:59 UTC | |
by afoken (Chancellor) on Jun 03, 2012 at 15:44 UTC |