I do the following (SQLite 308 from C++ source in windows):
BEGIN DEFERRED TRANSACTION;DELETE FROM Inbox;INSERT...;COMMIT TRANSACTION; END TRANSACTION;
Now, nothing is done? Nothing inserted, nothing deleted from Inbox...
Then I tried to execute the same afterwards, but then I got that I am already in a transaction? Is that possible or should I look further?
Does a commit end the transaction, or should I end it anyhow?
Thx,
Main Webpage : http://www.karels0ft.be/
ICQ # : 35217584
pgpCVnosfvaO4.pgp
Description: PGP signature

