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?
I've got it!
The problem was architecture. Even though my OS is 64 bit, my Office install (which is what I guess determines the architecture of the data access components), is 32 bit. There seemed to have been a communication issue where DBI interacted with the native data access stuff through Microsoft. I uninstalled Strawberry Perl 64 bit, deleted the CPAN modules (since it leaves it there after uninstall), and re-installed SP 32-bit. Then re-downloaded and re-compiled the CPAN modules and...there it is!
All of my queries are running happily now. Thanks to those who chimed in. On to the next crisis.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How can I connect my perl script to an Access 2010 (.accdb) file?
by afoken (Chancellor) on Jun 03, 2012 at 15:44 UTC |