Hi, all ! > What kind of error is closing your transaction? When SQLite hits > an error, it usually leaves the transaction open.
i think that above it's not completed true, think you have a table with a UNIQUE constraint, when you create a transaction and send a insert that violates this UNIQUE, all change on you transaction are rollbacked ! My point with my last message was if my there is a more drastic solution to block my db when my aplication is working !. i don't really need silmuteaneous connections. Thanks all !