in reply to Update: Using Perl to connect to an Access 10 database
It's been quite some time since I've done ODBC stuff, but on Windows, you have to create your DSN in two locations:
64 bit - run %systemdrive%\Windows\SysWoW64\odbcad32.exe
32 bit - run %systemdrive%\Windows\System32\odbcad32.exe
Same binary name, but ridiculous locations for them. Where's the consistency!? ;)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Update: Using Perl to connect to an Access 10 database
by pryrt (Abbot) on May 30, 2019 at 21:49 UTC | |
by stevieb (Canon) on May 30, 2019 at 22:15 UTC | |
by merrymonk (Hermit) on May 31, 2019 at 08:29 UTC | |
by poj (Abbot) on May 31, 2019 at 10:15 UTC | |
by merrymonk (Hermit) on May 31, 2019 at 12:15 UTC | |
|