Attribute

StmtCallLimitBehavior (sclb)

Purpose

Specifies the behavior of the driver when the maximum web service call limit specified by the Statement Call Limit (StmtCallLimit) option is exceeded.

Valid Values

0 | 1

Behavior

If set to 0 (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.

If set to 1 (ErrorAlways), the driver generates an exception if the maximum web service call limit is exceeded.

Default Value

1 (ErrorAlways)