ODBC timeout

  • Thread starter Duncan via AccessMonster.com
  • Start date
D

Duncan via AccessMonster.com

Hi,

I have written a UNION query and would now like to set the ODBC timeout
interval for this query to zero. How do I do that? Also, is there any way by
which I may set the global ODBC timeout parameter that acts as the default
for all queries that get created in the future?

Thanks and regards,
Duncan.
 
J

John Spencer

Open the union query in design mode.
Select View: Properties from the menu
Set the ODBC Timeout to zero in the properties sheet

I am not aware of a method that would automatically do this for all future
queries.

Since this is a query property, I would assume that you could write a VBA
function that would step through all existing queries and set the property.


John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
 
D

Duncan via AccessMonster.com

Hi John,

Thank you for your prompt response! Really appreciate it!

Regards,
Duncan.

John said:
Open the union query in design mode.
Select View: Properties from the menu
Set the ODBC Timeout to zero in the properties sheet

I am not aware of a method that would automatically do this for all future
queries.

Since this is a query property, I would assume that you could write a VBA
function that would step through all existing queries and set the property.

John Spencer
Access MVP 2002-2005, 2007-2008
The Hilltop Institute
University of Maryland Baltimore County
[quoted text clipped - 5 lines]
Thanks and regards,
Duncan.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ADODB.Connection to Teradata Timesout 3
Query Timeout error 0
ODBC Timeout 0
ODBC Timeout 0
Querydef Timeout 9
Running large update query 0
Pass Through Query Make Table 3
Using "like" from an external link 1

Top