Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
WM,I'd really like to find out more on this issue of contention. I assume were talking about record locking?
With an mde, ironically, you do not have invisibility on the tables source--you can easily trace the backend.By not storing queries (or tables) in the frontend, and encrypting all the other objects into an MDE there is no way of tracing down the backend database.
The execution plan would be part of the client (front-end), and typically all would be the same when coming from what you might call the 'master' front-end--the one you develop and distribute to each client/front-end.Sharing the queries means sharing the efficiency benefits of a wider execution plan.