User Tools

Site Tools


prop_maxstatements_1.htm
Navigation:  SQL Driver Properties(General) >====== PROP:MaxStatements ====== Previous pageReturn to chapter overviewNext 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

prop_maxstatements_1.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1