| Home | How To | Online Documentation | Support | Download | Order |
|
|
void Commit(); Saves any changes and ends the current transaction. RemarksUse Commit method to write transaction changes permanently to a database. It commits the work of all commands that associated with that connection. All changes to the database since the last commit are made permanent and cannot be undone. Before a commit, all changes made since the start of the transaction can be rolled back using Rollback 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. |
|||||||||||||||||||