| **Navigation:**  SQL Driver Properties(General) >====== PROP:MaxStatements ====== | [[prop logsql.htm|{{btn_prev_n.gif|Previous page}}]][[coming future.htm|{{btn_home_n.gif|Return to chapter overview}}]][[propnokeyproject.htm|{{btn_next_n.gif|Next page}}]] | | || **PROP:MaxStatements** sets or returns the maximum amount of SQL statements that can be activeon a single connection. A connection must be active before setting this property. MaxStatements must be set after the file is open - OPEN(file) MaxStatements is always reset back to     the default value of 150 when the file OPEN() is executed. Example: OPEN(myFile) \\ maxStatements = myFile{**PROP:MaxStatements**}                  !return max allowable statements myFile{**PROP:MaxStatements**} = mStatements                  !set max allowable statements