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.

NOTE:

The Transaction Mode property is an application-level property.