Re: [sqlite] Non specific, somewhat random Sqlite3 write failures

2008-11-22 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 rsts wrote: > On my development computer, which is a moderately powered machine with > plenty of disk and ram, I never have had a failure writing out and bringing > back over 10,000 records at a time. You can use virtualization software to make an

[sqlite] Non specific, somewhat random Sqlite3 write failures

2008-11-22 Thread rsts
Hi, I'm not a sqlite3 expert by any means, but I have been using it to manage databases in several of my applications without problem. Currently, I'm working with a sqlite3 database from which I want to extract a subset of records and write them to a new database of the same characteristics.