RollbackDatasetTransaction Method
Description
End a transaction by rolling-back (discarding) all changes made since the transaction began.
Syntax
Visual Basic |
---|
Public Function RollbackDatasetTransaction( _ ByVal nDataset As Long _ ) As Integer |
Parameters
- nDataset
- The serial number of the dataset for which the transaction is to be rolled-back.
Remarks
This method closes the transaction, discarding all changes contained therein. If the underlying table has been locked, it will be released.
See also the BeginDatasetTransaction and CommitDatasetTransaction methods.
Available: GEO D OD SISpy
Group:
Example
sis.RollbackDatasetTransaction (1)