in reply to
Problem with Apache, DBD::ODBC, MS Access, and backticks.
Make sure the ODBC is set for a *system* DSN. Then connect with $dbh=DBI->connect("DBI:ODBC:$dsnname",$user,$pass,$flags);
Comment on
Re: Problem with Apache, DBD::ODBC, MS Access, and backticks.
In Section
Seekers of Perl Wisdom