Page 1 of 1

SQLite TransactionScope

PostPosted: Thu Jul 16, 2009 5:15 pm
by mateuszos
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?

PostPosted: Thu Jul 23, 2009 8:23 pm
by Serphiot
I have the same issue, i am using the transactionscope and connectionscope but changes are saved to the database while transactionscope.complete() is not called.

It should not save the changes unless i call Complete(), please help.

PostPosted: Fri Jul 24, 2009 5:12 am
by sindre_mehus
Sorry guys, you're on the wrong forum :wink:

This is Subsonic, a music streaming server, not SubSonic the database O-R tool.