Help for this page

Select Code to Download


  1. or download this
    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);
    
  2. or download this
    use strict;
    use warnings;
    use BlankMDB;
    BlankMDB->writeToFile('c:/path/to/file.mdb');