Permanent link to table

John Zelmer

Registered User.
Local time
Today, 07:30
Joined
May 13, 2015
Messages
39
In a backend/frontend database configuration:
For performance benefits I've read that in a session it is good to have one table always open (for instance the control table in het main menu form). Is the same benefit applicable if it is not a table but a query in the control source of the main menu form?

Thanks in advance.
John
 
Yes, that's what I mean but the article does not answer my particular question ;-)
 
You can easily test this right? You will see a lockfile on the backend if the connection is established, so just try and see...
 
Thanks MrHans. I didn't know that. I tested it and I can confirm that a query does the same job as a table in that respect.
 

Users who are viewing this thread

Back
Top Bottom