Group Database Access / Operations
BEGIN TRANSACTION
Begins a transaction.
BEGIN TRANSACTION
DacSession()
Class
Class function of the DacSession class.
DbSession()
Retrieves the DacSession object of the current work area.
DbSession([nWorkArea|cAlias]) --> oDacSession | NIL
END TRANSACTION
Ends/commits a transaction and makes the changes permanent
BEGIN TRANSACTION
ROLLBACK
Cancels all changes made in the current transaction.
ROLLBACK