Re: [sqlite] Basebase Locked Error

2011-06-27 Thread Jason Gray
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?   thanks,   Jason From: Jason Gray <jason.g...@rocketmail.com

[sqlite] Basebase Locked Error

2011-06-27 Thread Jason Gray
Hello, I hope you can help me with a problem I'm having. I'm using CLSA business objects and SQLite as the datastore. Essentially this is what I'm trying to do, shouldn't this work?   [Transactional(TransactionalTypes.TransactionScope)]     protected override void DataPortal_Insert()     {