
Kanji
User
/ Moderator
Jul 14, 2000, 4:46 PM
Post #3 of 3
(2255 views)
|
To use an Access db, you'll need to use DBI and DBD::ODBC because the methods given in the other threads only work for a plain text file database. You may want to take a look at a sample read/writer I posted elsewhere, although you would want a DSN like dbi:ODBC:database instead.
|