Persistent locking ldb file

K

Klatuu

It not absolutely necessary with a small number of users, but with any number
of users, it does improve performance and it provides a vehicle for other
useful functionality. For example, lets say you need a way to boot off the
user who went home and left her copy of the front end open and you need to do
some maintenance on the back end database. You can add a timer event to the
invisible form that periodically checks the value of a field and if a certain
value is found, Quit the application. You can also use the same concept to
send messages to users, like "System will be taken down in 10 minutes", and
such.

It is also useful for global information. You can put a value in control on
the form and reference it from other locations in the application.
 
L

Lars Brownie

Thanks!

Klatuu said:
It not absolutely necessary with a small number of users, but with any
number
of users, it does improve performance and it provides a vehicle for other
useful functionality. For example, lets say you need a way to boot off
the
user who went home and left her copy of the front end open and you need to
do
some maintenance on the back end database. You can add a timer event to
the
invisible form that periodically checks the value of a field and if a
certain
value is found, Quit the application. You can also use the same concept
to
send messages to users, like "System will be taken down in 10 minutes",
and
such.

It is also useful for global information. You can put a value in control
on
the form and reference it from other locations in the application.
 
T

Tony Toews [MVP]

Klatuu said:
It not absolutely necessary with a small number of users, but with any number
of users,

When a small number of uses is more than 1 then the record locking
technique is required for performance.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

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