skip to main content
Configuring Hybrid Data Pipeline for JDBC : Connection properties reference : WSRetryCount
  

Try Now

WSRetryCount

Purpose

The number of times the driver retries a timed-out Select request. Insert, Update, and Delete requests are never retried. The timeout period is specified by the WSTimeout connection property.

Valid Values

0 | x
where:
x
is a positive integer.

Behavior

If set to 0, the driver does not retry timed-out requests after the initial unsuccessful attempt.
If set to x, the driver retries the timed-out requests the specified number of times.

Example

If this property is set to 2, the driver retries the connection attempt twice after the initial attempt.

Default

0

Data Type

int