This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

Commit changed data only when Save Button Clicked

Frequently asked questions about VisionX.

Commit changed data only when Save Button Clicked

Postby reversedr » Wed Jan 29, 2020 2:34 pm

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
reversedr
 
Posts: 35
Joined: Tue Oct 23, 2018 11:03 am

Re: Commit changed data only when Save Button Clicked

Postby Support@SIB » Wed Jan 29, 2020 11:10 pm

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.
User avatar
Support@SIB
 
Posts: 353
Joined: Mon Sep 28, 2009 1:56 pm


Return to VisionX