Statement Call Limit Behavior
- Last Updated: October 28, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Oracle Service Cloud 7.1
- Documentation
Attribute
StmtCallLimitBehavior (SCLB)
Purpose
Specifies the behavior of the driver when the maximum Web service call limit specified by the Statement Call Limit option is exceeded.
Valid Values
1 | 2
Behavior
If set to 1 (ErrorAlways), the driver
returns an error if the maximum Web service call limit is exceed.
If set to 2 (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
1
(ErrorAlways)