Database Experience
Bruce Robertson
bfr at nwlink.com
Mon Mar 22 22:19:27 EST 2004
> FileMaker doesn't seem to understand the concept of record locking when
> multiple users on the internet are trying to access the same record
> at the exact same time.
And you do? MySQL does? I don't think so.
The internet is stateless. If you want to build a custom record locking
solution for web transactions, you can do it and you will face the same
issues in any system. It only takes a very simple calculation in edit
privileges to accomplish.
More information about the use-livecode
mailing list