how to use Transaction in C#
Posted by: Oscar Kwok
Date: August 28, 2006 04:03AM

I am using Visual studio 2002 and for connection

I can find how to start commite
e.g. MySqlConn.BeginTransaction();


after insert and update query, I want to commit the transaction
e.g. MySqlCmd.Transaction.Commit();


Am I wrongly using the Transaction command?
If yes, how to use the transaction in C#?


THX

Options: ReplyQuote


Subject
Written By
Posted
how to use Transaction in C#
August 28, 2006 04:03AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.