improving query performance

B

Bart

Hello,

I have a number of queries in an application that all reference a single key
field in a table to set the selection criteria for each query. I can either
set the criteria separately in each query or include another query that sets
the criteria within each of those queries. It is much simpler to change the
criteria in a single query than in a dozen or more and would like to take the
latter approach but I am finding that the performance degrades too much to be
practical. My queries include pass-through queries and linked data sources.
Can I use a shared variable instead and would that help? I suppose the most
problematic query is the pass-through. Can anything be done to improve the
performance there? Any suggestions would be appreciated.

thanks,

Paul
 

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