Commit changed data only when Save Button Clicked
2 posts
• Page 1 of 1
Commit changed data only when Save Button Clicked
Hi !
I have the following question on the default behaviour of Visionx:
editing data directly on the grid (change some values ) then
when i select another record the previous changes got comitted immediately.
How can i change this so that the data gets comitted only when i click the save button ?
Thank You
I have the following question on the default behaviour of Visionx:
editing data directly on the grid (change some values ) then
when i select another record the previous changes got comitted immediately.
How can i change this so that the data gets comitted only when i click the save button ?
Thank You
- reversedr
- Posts: 35
- Joined: Tue Oct 23, 2018 11:03 am
Re: Commit changed data only when Save Button Clicked
It's possible to use commit/rollback mode for the whole application. This is an additional option of VisionX (depends on the license).
It's also possible to use a different writeback isolation levels (see javadoc).
The data row level persists on every row change or manual save. The datasource level persists on save. This levels are independent of commit/rollback because this is a database feature.
It's also possible to use a different writeback isolation levels (see javadoc).
The data row level persists on every row change or manual save. The datasource level persists on save. This levels are independent of commit/rollback because this is a database feature.
-
Support@SIB - Posts: 355
- Joined: Mon Sep 28, 2009 1:56 pm
2 posts
• Page 1 of 1