ODBC--call failure after trying to run union query.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a union query, that unites 3 separate queries. Each query works fine,
and as soon as I run the union query, sometimes I receive results, sometime I
receive the "ODBC--call failure" message.
please help
 
Try setting the ODBC Time-out Proerty of the Query to a longer period than
the default 60 secs.
 
All I see in Access is ODBC refresh interval (sec) and that is set to 1500
nothing was set to 60?
 
Not the general Refresh Interval in the Menu Tools / Options ...

Open the Design/SQL View of the Query and open the Properties window for the
Query and ODBC Time-out is one of the Properties listed. This is usually
defaulted to 60 secs.
 
OK, did see 60 there, so I changed it to 1500, but still received the ODBC
Call failure.
funny thing is that it does seem to work for some searches, and not for others
 
You Union Query may be trying to pull down too much data. It may be more
efficient to use Pass-Through Query.

Check Access Help on the Pass-Through Query.
 

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

Union Query - Group & Sum 1
Union Query and Field Alias 7
A union B works, A union B union C fails 2
SUM in a UNION query 2
Stumped by Union Query 3
Query is too complex 5
trouble with union query 2
Union query 5

Back
Top