In this page: http://www.devart.com/dotconnect/postgr ... ction.html the following statement is made:
"The correlation between PgSqlConnection and PgSqlTransaction is always 1:1."
Does that mean that you can't nest transactions? What happens if you call PgSqlConnection.BeginTransaction a second time? WIl lyou get the same PgSqlTransaction object back?
We're geting error messages that read "Connecction must be opened". If you can only have one transaction open, and it closes after you call Transaction.Close(), this might explain why we're getting the messages.
Tony
Confused about transactions
Please consolidate this item with my other post
Shalex:
This is related to my other post here:
http://www.devart.com/forums/viewtopic. ... 9326#79326
Please disregard this issue.
Thanks
Tony
This is related to my other post here:
http://www.devart.com/forums/viewtopic. ... 9326#79326
Please disregard this issue.
Thanks
Tony