DBPROP_MSMD_DEFAULT_ISOLATION_MODE Property

Controls whether the isolation level is “isolated” or determined by the cursor type requested by the rowset properties.

Remarks

This property’s name, which is used in the connection string, is Default Isolation Mode.

If the first character of this string is Y, T, or a numeric digit other than 0 (zero), the isolation level is “isolated.” Otherwise, the isolation level is determined by the cursor type requested by the rowset properties. For more information about isolation levels, see the OLE DB documentation.

Usage of this property provides read repeatability.

This property’s value is used when a session is established, and the value can be changed during the session.

(c) 1988-1998 Microsoft Corporation. All Rights Reserved.