in reply to
connecting MSACCESS DB thru PERL using APACHE SERVER?
You can use the native driver
DBD::ADO
, or
DBD::ODBC
. You will also need the Microsoft Data Access Components (
MDAC
).
holli,
/regexed monk/
Comment on
Re: connecting MSACCESS DB thru PERL using APACHE SERVER?
In Section
Seekers of Perl Wisdom