[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
[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
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