Re: how to insert rows into database from array/hash using DBI

2007-10-23 Thread Matthew Whipple
[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.) > Make sure that's it's only read-only after it's written to. Depending on what you're doing with the data it may be easiest and fas

Re: how to insert rows into database from array/hash using DBI

2007-10-23 Thread Gunnar Hjalmarsson
[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

how to insert rows into database from array/hash using DBI

2007-10-23 Thread petelink1
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? (or if you w