Transaction Members
These members describe and control transaction execution within the Enterprise database.
Name | Description |
---|---|
Commit | Commit the transaction; all database operations since Transaction.Start will be committed to the database. |
Execute | Execute SQL command against Enterprise database; if operation is a SELECT statement, then returns Resultset object. Return value: Variant. |
Rollback | Do not commit any operations since Transaction.Start; all these operations will be ignored. |
Start | Start a transaction; no Enterprise database operations will persist until explicit Commit. |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.