StmtCallLimitBehavior
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
Specifies the behavior of the driver when the maximum Web service call limit specified by the StmtCallLimit property is exceeded.
Valid Values
errorAlways | returnResults
Behavior
If set to errorAlways, the driver generates an exception if the maximum
Web service call limit is exceed.
If set to returnResults, the driver returns any partial results it
received prior to the call limit being exceeded. The driver generates a warning that not all
of the results were fetched.
Default
errorAlways
Data Type
String