On 27 Jun 2011, at 3:36pm, Jason Gray wrote:

> Hello, I found the problem.  The 
> "[Transactional(TransactionalTypes.TransactionScope)]" decoation was keeping 
> a lock on the database. So that prompts another question.. What is the best 
> way to implement Transactions?

Can you just execute the appropriate SQL commands, 'BEGIN' and 'COMMIT', at 
appropriate times ?

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

Reply via email to