Group Database Access / Operations
Home
Functions and Directives
Classes
Data types and Operators
Commands and Statements
Groups
Document Conventions
Books
Programming tools
Database engines
Internet technologies
search results:
0
Menu
V2 (build
2256
)
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