Set the connection timeout for ADO sources. This must be done BEFORE opening the ADO connection, which occurs in the Init method of DbConnect.
Note that this is not applicable to DAO/ODBC. The only way to change the ODBC connection timeout from the default of 60 seconds is via a registry setting.
The timeout in seconds
dbc.SetADOConnectionTimeout 5 ' five seconds dbc.Init xf_ConnType_AccessADO, xf_SQLStatementFormat_MSSQL, _ "Provider=SQLOLEDB;Data Source=TESTXP\SQL2008EXPRESS;Initial Catalog=TangGovernance;Integrated Security=SSPI;"