|
Access Service User's Guide DirectConnect for AS/400
|
IsolationLevel
Controls commit and rollback management for objects on the
AS/400 that are referenced by dynamic SQL statements.
Syntax
IsolationLevel=[ cs | ur | no ]
Default
cs
Values
cs specifies cursor stability commitment
control. Journaling is required for all objects.
ur specifies uncommitted read commitment
control. Journaling is required for all objects that will be referred
to by dynamic SQL statements that are not select statements.
no specifies that there is no commitment
control. Journaling is not required for any objects. If set to no,
commits or rollbacks do not occur on any inserts or updates.