The sequence is:
* open a new database file
* issue a sequence of several SQL commands in a single transaction (one
BEGIN, one COMMIT at the end).

The database ends up as a zero length file. Is this
a) a normal consequence of the above if the single transaction is aborted
(say due to an SQL error)
This happens to me from time to time and in my case it is due to scenario a.

-Bill
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to