ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaConnection class
The number of seconds before a connection attempt times out with an error.
int ConnectionTimeout
Read-only
15 seconds
IDbConnection.ConnectionTimeout
The following statement displays the value of the ConnectionTimeout.
MessageBox.Show( conn.ConnectionTimeout.ToString() );