- or download this
#!perl
use strict;
...
or die $DBI::errstr;;
print join "\n",$dbh->tables();
- or download this
c:\temp>perl -v
This is perl 5, version 16, subversion 1 (v5.16.1) built for MSWin32-x
+64-multi-thread
...
DBI connect('driver=Microsoft Access Driver (*.mdb, *.accdb);dbq=c:/te
+mp/Database.accdb','',...) failed: [Microsoft][ODBC Driver Mana
ger] Data source name not found and no default driver specified (SQL-I
+M002) at c:/temp/access.pl line 6.
[Microsoft][ODBC Driver Manager] Data source name not found and no def
+ault driver specified (SQL-IM002) at c:/temp/access.pl line 6.
- or download this
D:\strawberry-perl-no64-5.28.2.1-32bit-portable>perl -v
This is perl 5, version 28, subversion 2 (v5.28.2) built for MSWin32-x
+86-multi-thread
...
`c:/temp/Database.accdb`.`MSysRelationships`
`c:/temp/Database.accdb`.`MSysResources`
`c:/temp/Database.accdb`.`Table1`