viking2 wrote:
I have a large (1.46 GB!) SQLite database (v2) with two tables:
>[...]
1. I dumped the database into a text file, Data_full.sql= 949 MB 2. I also deleted the first table and dumped the data into another text file
(Data_TB_SR.sql) which is only 532 MB.

First thing I'd do is split those files up into manageable chunks. I assume you're on Windows? If so you'll be lacking the tools that would make this a simple job on a Linux box. If you're a programmer I suggest writing a simple analysis/import script of your own. If not HJSplit(?) will split the files into something you can edit and then it's a case of finding which one(s) makes the import fall over. :(

Martin

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

Reply via email to