Is there an example somewhere of accessing an MSAccess database from a SuSE or RedHat machine via perl DBI?
Here is what I am presently using with ActiveState Perl to access the
MSAccess database on windows:
my $dbh = DBI->connect("dbi:ODBC:driver={Microsoft Access Driver
(*.mdb)};dbq=c:\\database.mdb","Admin","") or die "$DBI::errstr\\n";
What would I change to make this work on SuSE or RedHat?
Thanks,
Siegfried
