Failover properties
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
The following table summarizes connection properties which can be used to implement failover.
| 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. |