SQLRollbackTransaction

SQLRollbackTransaction[conn]
terminates an SQL transaction.
SQLRollbackTransaction[conn, savepoint]
returns to an SQLSavepoint.
  • A group of SQL commands grouped into a transaction will only take effect permanently when the transaction is committed. The transaction can be canceled or returned to a savepoint.
© 2008 Wolfram Research, Inc. japanese.gif