Hi,
I have a small Access 97 database (~2.5 MB), which has about 9 user
tables, and data are normalized up to 3NF. I'm using a third party
tool/language for web interface application. I just did a quick test,
query runing from Access's internal SQL command line/window, very
fast, reasonably involved query (with three inner joins). So, the
problem seems to be on the third party tool side, maybe, it's
interaction with the driver is not that great.
Anything on Access side that I can do to improve the performance? All
tables's PKs have been indexed.
Thanks.