View Single Post
  #3 (permalink)  
Old 07-21-2008, 09:09 AM
JamesC JamesC is offline
Junior Member
 
Join Date: Mar 2008
Location: Thailand
Posts: 46
Default Ta

Thanks Erel. The arrays were potentially a few hundred thousand records in size. The idea was to extract info from a (very large) text file (the chess .pgn file!), store it in arrays, and then insert it into an SQLite table. But I see now that I can insert the info at the same time as I read the info, one record at a time, or insert it every 1000 records, say.

James
Reply With Quote