D
Daniel Geisenhoff
Hello,
when I start my ASP.NET application in debug mode and then start a
transaction and after some inserts, I stop the debug mode (without
committing and without rolling back the transaction), those records
still have been inserted into the tables.
But as of my understanding they shouldn't. The app should behave like
if I had done a rollback.
Is this s speciality of the debug mode or is this a bug? Will I have
the same behaviour when my server crashes while a transaction us
running?
Many thanks.
Daniel.
when I start my ASP.NET application in debug mode and then start a
transaction and after some inserts, I stop the debug mode (without
committing and without rolling back the transaction), those records
still have been inserted into the tables.
But as of my understanding they shouldn't. The app should behave like
if I had done a rollback.
Is this s speciality of the debug mode or is this a bug? Will I have
the same behaviour when my server crashes while a transaction us
running?
Many thanks.
Daniel.