Slow query with user-defined functions

M

Martin

I've got a query with a couple of user-defined functions in it (one with some
DAO code). It was quite slow in Access 97 but is now painfully slow in 2003.
From scanning the newsgroup I see there were some similar problems with
early service packs of Jet 4 in Access 2000 but I've got SP8 - actually
MS04-014.

Any ideas gratefully received...
 
A

Allen Browne

Unfortunately, JET 4 is *way* slower than 3.5 when you have user-defined VBA
function calls in your query.

AFAIK, there is nothing you can do about it other than avoid the function
calls.
 
G

gandalf

Could the query be rewritten so it doesn't need that much
user-defined functions or split it up?
 

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