Connection Pooling and Transactions

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top