| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Runtime VIEW and FILE Properties >====== PROP:LogoutIsolationLevel ====== | [[prop logout.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop maxstatements.htm|{{btn_next_n.gif|Next page}}]] | | || Property of a FILE that controls what isolation level is used within a transaction frame. This property is valid on all SQL based drivers (except Oracle). The default value is 8. PROP:LogoutIsolationLevel uses the ODBC isolation level standard. This may not be the same as the isolation levels documented on the target driver's native back end. For example, with Sybase's ASA, the documented isolation levels are 0, 1, 2 and 3 and they correspond to | **ODBC level** | **Sybase Level** | | 1 | 0 | | 2 | 1 | | 4 | 2 | | 8 | 3 | | 16 | N/A |