Specifies the transaction isolation level for transactions. Syntax: type TTransIsolation = (tiDirtyRead, Description: Use TransIsolation to specify the transaction isolation level for database transactions. Transaction isolation level determines how a transaction interacts with other simultaneous transactions when they work with the same tables, and how much a transaction sees of the work performed by other transactions. TransIsolation can be any one of the three values summarized in the following table:
Applications that use passthrough SQL for handling transactions must pass a transaction isolation level directly to the database server using the appropriate SQL statement. |