skip to main content
Part 4: The Connect XE Drivers : The Salesforce Driver : Connection Option Descriptions : Statement Call Limit Behavior
  
Statement Call Limit Behavior
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)
GUI Tab
Web Service tab