skip to main content
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 exceeded.
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.

Data Source Method

setStmtCallLimitBehavior

Default

errorAlways

Data Type

String

See Also

*Web service properties