Transaction Mode property

Previous Next

This is where you specify that all data manipulations performed by an end user must be sent to the server at commit time (so-called BatchManipulation). This prevents end users from locking each other out all the time, especially on Microsoft SQL Server and Sybase RDBMS servers, where a record cannot be read if it is already locked by another user.

The default value is ImmediateManipulation.

You can set this property by choosing File, Edit Application from the Windows Designer menu bar.

Exposed by

Application