From: MMach via AccessMonster.com on
Accee2003FE with SQL2005BE. How do I reset the ODBCTimeout (in VB code) from
the default of 60 to 0 ? I do not want to edit Registry values.
My code starts as:
Dim cnn1 As ADODB.Connection
Set cnn1 = CurrentProject.Connection
Dim MyQ1 As New ADODB.Recordset
MyQ1.ActiveConnection = cnn1
MyQ1.Open "SELECT....."

--
MMach

Message posted via http://www.accessmonster.com