The following table summarizes connection properties which can be used to implement failover.

Table 1. Failover Properties
Property Characteristic
ConnectionRetryCount Specifies the number of times the driver retries connection attempts to the primary database server, and if specified, alternate servers before returning a connection failure.
ConnectionRetryDelay Specifies the number of seconds the driver waits between connection retry attempts when ConnectionRetryCount is set to a positive integer.

See also