| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Runtime VIEW and FILE Properties >====== PROP:StmtAttr ====== | [[prop sqldriver.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop supportsop.htm|{{btn_next_n.gif|Next page}}]] | | || Property of a FILE that allows you to read or set the ODBC Statement Attribute. This is equivalent to calling the ODBC API functions //SQLSetStmtOption// or //SQLGetStmtOption//. This property is valid on all SQL file types except Oracle. **Example:** **Customer{****PROP:StmtAttr****,7} = 3 ! Sets concurrency to row version checking **