in reply to Perl and Access 2000
With Access, you can also use a filename as a "DSN" and don't need to use ODBC-Manager but handle it from the script, e.g. from perldoc DBD::ODBC
# as UNC (beware the proper rights) my $DSN = 'driver=Microsoft Access Driver(*.mdb);dbq=\\\\cheese\\g$\\p +erltest.mdb'; # or just as plain filename: my $DSN = 'driver=Microsoft Access Driver(*.mdb);dbq=g:\\perltest.mdb' +; my $dbh = DBI->connect("dbi:ODBC:$DSN", '','') or die "$DBI::errstr\n";
Best regards,
perl -e "s>>*F>e=>y)\*martinF)stronat)=>print,print v8.8.8.32.11.32"
|
|---|