I am trying to open a query, which is timing out. I have tried setting the timeout property, but it doesn\'t seem to want to accept it.
The query takes 34 seconds to
Not sure if you already got over the problem but I had the same issue. I'm doing it with Recordset.Open SQL_String, Connection.
And before that I just set the timeout property, not on the Recordset or Command but on the Connection object:
Connection.CommandTimeout = 0