Web Service Properties
- Last Updated: May 4, 2018
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
The following table summarizes Web service connection properties, including those related to timeouts.
| Property | Characteristic |
|---|---|
| LoginTimeout | The amount of time, in seconds, that the driver waits for
a connection to be established before timing out the connection
request. If set to If set to The default is |
| StmtCallLimit | Specifies the maximum number of Web service calls the
driver can make when executing any single SQL statement or metadata
query. If set to If
set to The
default is |
| StmtCallLimitBehavior | Specifies the behavior of the driver when the maximum Web
service call limit specified by the StmtCallLimit property is
exceeded. If set to If set to The default is |
| WSCompressData | Specifies whether the driver compresses data it sends to or receives
from the Web server. If set to If set to The default is |
| WSFetchSize | Specifies the number of rows of data the driver attempts
to fetch for each JDBC call. If set to If set to
|
| WSPoolSize | Specifies the maximum number of Salesforce sessions the driver uses. This allows the
driver to have multiple web service requests active when multiple
ODBC connections are open, thereby improving throughput and
performance. The default is |
| WSRetryCount | The number of times the driver retries a timed-out Select
request. Insert, Update, and Delete requests are never retried. If set to If set to x, the driver retries the timed-out request the specified number of times. The default is |
| WSTimeout | Specifies the time, in seconds, that the driver waits for
a response to a Web service request. If set to
If set to The default is |