To whom it may concern: I'm new to PERL programming and am trying to get my PERL application to connect to an Access database. The PERL I've been using was a free copy you find in the Learning PERL (Dietel). I've registered the database in ODBC and I've installed Python on my PC (I'm using Windows XP) but for some reason it still errors out at this point of the code:
use DBI; use DBD::ODBC; I can't really figure out what I could be doing wrong. If you have any ideas or suggestions how I could troubleshoot the problem it would greatly help. Thanks, Jeffrey Sevilla