Ken wrote:
This is a write only app. 100% insert.
Ken,

Why bother putting the data into a database if you are never going to read it back out? Other formats, such as a flat text file are much better for logs or archives.

If, in fact, you will be reading the data at some point then you need to also compare the time it takes to retrieve the data of interest from your flat file vs the sqlite database.

Dennis Cote

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to