Currently the VB6 application is using a local .mdb
that stores the queries and has linked tables to 2 other networked .mdb
files.
I'm not sure how the Jet engine
can perform with this kind of setup. I've noticed a considerable delay when the number of users is increased.
Without going down the lane of don't use MSAccess:
- What would be my best shot at solving the performance drop of the application?
So basically, is this setup - VB6 app using local mdb
that points to other mdbs
on a network share - a recipe for trouble?