in reply to Re: Accessing Access in Perl
in thread Accessing Access in Perl
I get the error : DBI connect('driver=Microsoft Access Driver(*.mdb);dbq=C:/Download/tmp/examples.MDB','',...) failed: MicrosoftODBC Driver Manager Data source name no t found and no default driver specified (SQL-IM002) at testScript.pl line 7 Cannot open the file at testScript.pl line 7.DBI->connect( "dbi:ODBC:driver=Microsoft Access Driver(*.mdb);dbq=C:/D +ownload/tmp/examples.MDB",'','') or die "Cannot open the file";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Accessing Access in Perl
by Corion (Patriarch) on Sep 23, 2010 at 14:03 UTC | |
by rpike (Scribe) on Sep 23, 2010 at 14:14 UTC | |
by Corion (Patriarch) on Sep 23, 2010 at 14:18 UTC | |
|
Re^3: Accessing Access in Perl
by mje (Curate) on Sep 23, 2010 at 14:12 UTC |