|
SOLUTIONS
|
DATABASELINK SYMBOL
SQLCommitTransaction
SQLCommitTransaction[conn]
commits an SQL transaction.
DetailsDetails
- To use SQLCommitTransaction, 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.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

