in reply to MS Access DB
Wouldn't it be better to access the mdb file from Perl installed on your local workstation that's off the public net? Even if you are storing other data on the web server that you're using the bank's file to validate or update, you could build your update offline and run it or feed it to the cgi on the web server eh (or download data from the web server to the local machine for processing)? (egads, now I'm starting to wonder about what other data is stored on the web server...)
As for using Perl to read the .mdb file, did you look at DBI's DBD::ODBC driver discussed in the FAQ?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: MS Access DB
by daveime (Novice) on May 19, 2002 at 13:34 UTC | |
by sparkyichi (Deacon) on May 19, 2002 at 17:30 UTC |