LoginTimeout
- Last Updated: May 15, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- IBM Db2 5.1
- MySQL 5.1
- Progress OpenEdge 5.1
- SAP Sybase 5.1
- Documentation
Purpose
The amount of time, in seconds, that the driver waits for a connection to be established before timing out the connection request.
Valid Values
0 |
x
where:
- x
- is a positive integer that represents a number of seconds.
Behavior
If set to 0, the driver does not time out a connection request.
If set to x, the driver waits for the specified number of seconds before returning control to the application and throwing a timeout exception.
Default
0
Data Type
int