Indicates how long to wait while establishing a connection before terminating the attempt and generating an error.
Sets or returns a Long value that indicates, in seconds, how long to wait for the connection to open. Default is 15.
Use the ConnectionTimeout property on a Connection object if delays from network traffic or heavy server use make it necessary to abandon a connection attempt. If the time from the ConnectionTimeout property setting elapses prior to the opening of the connection, an error occurs and ADO cancels the attempt. If you set the property to zero, ADO will wait indefinitely until the connection is opened. Make sure the provider to which you are writing code supports the ConnectionTimeout functionality.
The ConnectionTimeout property is read/write when the connection is closed and read-only when it is open.
file: /Techref/language/asp/comp/daprop02_5.htm, 1KB, , updated: 1996/11/21 18:01, local time: 2024/11/8 14:46,
18.119.106.211:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/language/asp/comp/daprop02_5.htm"> ConnectionTimeout Property (ADO)</A> |
Did you find what you needed? |