Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites

SQLSetSavepoint

SQLSetSavepoint[conn, name]
creates a savepoint to be used as part of an SQL transaction.
  • To use SQLSetSavepoint, you first need to load DatabaseLink using Needs["DatabaseLink`"].
  • 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