Creates a savepoint in the transaction that can be used to roll back a portion of the transaction, and specifies the savepoint name.
Visual Basic Public Sub Save( _ ByVal savePoint As String _ )
C# public void Save( string savePoint );
savePoint The name of the savepoint to which to roll back.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |