G
Guest
If a Transaction is started on a Command object what happens if the
Connection is closed?
As the connection is not really closed but moved to the connection pool is
the transaction still open and potentialy capable of being Commited or Rolled
back by a new Command object that uses the same Connection, or does the
'Close' always perform a Rollback?
guy
Connection is closed?
As the connection is not really closed but moved to the connection pool is
the transaction still open and potentialy capable of being Commited or Rolled
back by a new Command object that uses the same Connection, or does the
'Close' always perform a Rollback?
guy