in reply to Re^3: Update: Using Perl to connect to an Access 10 database
in thread Update: Using Perl to connect to an Access 10 database
I have found that I do have odbccad32.exe and odbc32.dll in both the SysWOW64 and System32 directories. I am using Windows 10 OS. I get the impression that I may have to do something so that the correct odbccad32.exe is used? Is that correct and if so can you point me to some web page that has more 'clues'?my $dsn = 'driver=Microsoft Access Driver (*.mdb, *.accdb);dbq='.$dbfi +le;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Update: Using Perl to connect to an Access 10 database
by poj (Abbot) on May 31, 2019 at 10:15 UTC | |
by merrymonk (Hermit) on May 31, 2019 at 12:15 UTC | |
by stevieb (Canon) on May 31, 2019 at 13:43 UTC | |
by poj (Abbot) on May 31, 2019 at 13:48 UTC |