ODBC call - need to change value for Estimated Query Time

G

Guest

I have a file that makes an ODBC call to a remote database. I had to append
some code to the file recently, and after I made changes one query inside my
file is over the max allowed value of my Estimated Query Time (queries less
than 60 are allowed to run).

So my query can not run because it now estimated as taking 60 to run (assume
60 mins). So my question is where this setting is, as I would need to change
the value to 61 so I can run it.
 
H

Harley Feldman

Open up the query in design view. Click on the properties icon. "ODBC timeout" is one of the properties.

Harley
 

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

Top