| **Navigation:**  [[introduction.htm|Language Reference]] > [[chapter runtime properties.htm|App C - PROP: Runtime Properties]] > Runtime VIEW and FILE Properties >====== PROP:SQLDriver ====== | [[prop record.htm|{{btn_prev_n.gif|Previous page}}]][[chapter runtime properties.htm|{{btn_home_n.gif|Return to chapter overview}}]][[prop stmtattr.htm|{{btn_next_n.gif|Next page}}]] | | || A property of a FILE that returns '1' if the file driver accepts SQL, otherwise it returns an empty string (''). (READ ONLY) **Example:** **Customer FILE,DRIVER('Clarion'),PRE(CUS)** **Record   RECORD** **Name     STRING(20)** **     . .** **SQLFlag BYTE** ** CODE** ** IF Customer{****PROP:SQLDriver****} THEN SQLFlag = TRUE.**