Rolls back the transaction's outstanding changes to the database.
Visual Basic Public Overrides Sub Rollback()
C# public override void Rollback();
Once a transaction has been committed or rolled back, the connection reverts to automatically committing all operations as they are executed. To group more operations together, a new transaction must be created.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |