[EMAIL PROTECTED] wrote:
I'm trying to grab data from an MS-Access log file and put it into a
fast, read-only database. (I'm thinking SQL Lite at this point.)

The code below is working.  Now I need to put the identical data and
structure into an SQL Lite table.  Any suggestions on where to look
for examples?

The documentation for the DBD::SQLite module, perhaps?

It may be as simple as just modifying the DBI->connect statement.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to