by "richard.townsendrose" <richard.townsendrose@[EMAIL PROTECTED]
>
Jul 21, 2008 at 08:02 PM
Rob
I have been thru this saga many times......
What i do is table locks. and i forget all about checking if the
record has changed. mostly one is writing new records.
locking a table is much faster .... and when there is a crash, there
are no held open record locks - apart from the userlog table which
doesn't matter - indeed one can use that to tell who is and isn't
logged on as it has datetimesin and datetimesout fields, and mode out
(normal, controlled crash, or bang out)
richard