Returns the value used to indicate that reads can occur for the specified connection object.
Syntax
_TRANSACTION_READ_UNCOMMITTED( )
Parameters
Returns
integer
|
the transaction isolation mode.
|
Example
mode = _TRANSACTION_READ_UNCOMMITTED( )
con.setTransactionIsolation( mode )
|