|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLSetSavepoint
SQLSetSavepoint[conn, name]
creates a savepoint to be used as part of an SQL transaction.
DetailsDetails
- 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.
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
