Microsoft SDK for Java

DataSource.setIsolationLevel

Sets the degree to which this DataSource object is aware of transactions made by other users to the same data source.

Syntax

public void setIsolationLevel( int level )

Parameters

level

One of the values defined in the AdoEnums.IsolationLevel class.

See Also   getIsolationLevel

© 1999 Microsoft Corporation. All rights reserved. Terms of use.