ProLinga-4GL Reference Manual |
---|
TRANSACTION — Safeley execute SQL command within a transaction environment.
TRANSACTION
BEGIN
data_source_name
[
ISOLATION
{ ReadCommitted
| ReadUncommitted
| RepeatableRead
| Serializable
| Unknown
}
]
TRANSACTION
COMMIT
data_source_name
TRANSACTION
ROLLBACK
data_source_name
The TRANSACTION command provides a transaction environment where within SQL commands can be executed safeley. Transactions will only work if the underlying tables are transaction safe tables.
| The name of the data source as defined in the development environment. |
<< TEXT Command | THREAD Command >> |