Help for this page
use strict; use warnings; ... my $file = 'c:/path/to/access/database.mdb'; my $dsn = 'dbi:ODBC:driver=Microsoft Access Driver (*.mdb);dbq=' . $fi +le; my $dbh = DBI->connect($dsn,undef,undef);
use strict; use warnings; use BlankMDB; BlankMDB->writeToFile('c:/path/to/file.mdb');