Hi,
I'm using Subsonic with SQLite database. And when I do some inserts or updates within TransactionScope (using(..){}) and then dispose the scope, changes are still saved to the database. I don't have this problem with MySQL database.
Is it possible to use TransactionScope with SQLite provider?
