http://qs1969.pair.com?node_id=2655


in reply to Can I talk to an MS Access DB using Perl?

try installing DBD::ODBC, which you can get from CPAN. from the readme for version 0.22

Replies are listed 'Best First'.
RE: Re: Can I talk to an MS Access DB using Perl?
by Anonymous Monk on Feb 02, 2000 at 07:38 UTC
    If your using Activestates Perl build for Windows, you can use Win32::ODBC. Its very easy, and was very robust for the project I did in it. www.roth.net has more information and a tutorial. It comes preloaded in recent activestate builds as well. _Drew