skip to main content
Reference : Connection Property Descriptions : StmtCallLimitBehavior
  

Try DataDirect Drivers Now

StmtCallLimitBehavior

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