| Home | How To | Online Documentation | Support | Download | Order |
|
|
void Rollback(); Cancels any changes made during the current transaction and ends the transaction. RemarksRollback method rolls back the database to the state it was in at the completion of the last commit operation. All uncommitted work is undone. Rollback method rolls back the work of all commands that associated with that connection. To commit all changes made since the start of the transaction use Commit method. Server specific notesNo specific information. See alsoProblems and QuestionsIf you haven't found the answer to your questions or have some problems on using the Library, please, send e-mail to howto@sqlapi.com. |
|||||||||||||||||||