Set dirty read access mode

To set dirty read isolation mode for a smart large object, set it for the transaction with the SET ISOLATION statement, or set the LO_DIRTY_READ access mode when you open the smart large object. Setting the LO_DIRTY_READ access mode when you open the smart large object affects the read mode only for the smart large object and not for the entire transaction. In other words, if your transaction is executing in committed-read mode, you can use the LO_DIRTY_READ access mode to open the smart large object in dirty-read mode, without changing the isolation mode for the transaction.

For more information about dirty read isolation mode, see the SET ISOLATION statement in the Informix® Guide to SQL: Syntax.