Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Paradox Engine 3.0 for C - locks may be at the record and at the file level. paradox (though not the http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Locks may be at the record and at the file level.  Paradox (though not the
engine) can also set family locks.  NOTE that locks are applicable only when
the Engine is initialized with PXNetInit or PXWinInit.

   FL  -  full lock. An exclusive lock.  Prevents other users from reading
          or writing the locked object.

   WL  -  Write lock. Prevents other users from writing the locked object.

   PWL -  Prevent write lock.  More a state than a lock.  Prevents other
          users from placing write locks.

   PFL -  Like PWL except that it prevents other users from placing full
          locks.

Also,  the following Engine functions place automatic (implicit)
table locks:

  PXTblAdd    -  WL on source; PWL on destination
  PXTblCopy   -  WL on source; FL on destination
  PXTblCreate -  FL
  PXTblDelete -  FL
  PXTblEmpty  -  FL
  PXTblOpen   -  PFL
  PXTblRename -  FL on source and destination
  PXKeyAdd    -  FL
  PXKeyDrop   -  FL

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson