ADO ConnectionTimeout Property
Complete Connection Object Reference
The ConnectionTimeout property sets or returns the number of seconds to wait
for a connection to open, before canceling the attempt and generate an error.
Default is 15 seconds.
Syntax
|
objconn.ConnectionTimeout
|
Example
<%
set conn=Server.CreateObject("ADODB.Connection")
conn.ConnectionString="Provider=Microsoft.Jet.OLEDB.4.0"
conn.ConnectionTimeout=30
conn.open server.mappath("database.mdb")
conn.close
%>
|
Complete Connection Object Reference
Create a free Flash website with our simple, online web design editing platform. Stunning templates
and user-friendly tools make website building easy and fun.
Start Creating your free website now!
|