How I can use transsaction with framework.
I want open a transaction when I load a Form and close transaction with commit when press a Aceptar button or rollback when a press a cancel button.
it is posible ???????????
Saludos
Victor (Madrid - spain)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You can start, commit and rollback transactions manually using either a specific database, or the persistence broker (which will perform the requested transaction operation on all open connections - if you have multiple databases).
You can also specify the isolation level if you want to implement pessimistic locking (see the FAQ on the main web site).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi.
How I can use transsaction with framework.
I want open a transaction when I load a Form and close transaction with commit when press a Aceptar button or rollback when a press a cancel button.
it is posible ???????????
Saludos
Victor (Madrid - spain)
Hi Victor.
You can start, commit and rollback transactions manually using either a specific database, or the persistence broker (which will perform the requested transaction operation on all open connections - if you have multiple databases).
You can also specify the isolation level if you want to implement pessimistic locking (see the FAQ on the main web site).