I have a CSV file that needs to be imported into a SQLite database and the
contents of the CSV file should be inserted into various tables of the
database.

If you're loading it for the first time it's faster to drop the
indexes, insert the data,
then add the indexes back.

--
SqliteImporter and SqliteReplicator: Command line utilities for Sqlite
http://www.reddawn.net/~jsprenkl/Sqlite

Cthulhu Bucks!
http://www.cthulhubucks.com

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

Reply via email to