G
Guest
Hi,
Will there be any negative impact (subtle issue) on the database if one
calls SqlConnection.BeginTransaction but not SqlTransaction.Commit or
SqlTransaction.Rollback afterward?
I am talking about the case where it's imposible to issue the
commit/rollback commands, e.g. a sudden blackout.
Thanks in advance,
Akano
Will there be any negative impact (subtle issue) on the database if one
calls SqlConnection.BeginTransaction but not SqlTransaction.Commit or
SqlTransaction.Rollback afterward?
I am talking about the case where it's imposible to issue the
commit/rollback commands, e.g. a sudden blackout.
Thanks in advance,
Akano