Page 1 of 1

Commit changed data only when Save Button Clicked

PostPosted: Wed Jan 29, 2020 2:34 pm
by reversedr
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

Re: Commit changed data only when Save Button Clicked

PostPosted: Wed Jan 29, 2020 11:10 pm
by Support@SIB
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.