If this is UniVerse there is a uvconfig parameter MAXRLOCK that specifies how 
many record locks to take (on an INSERT, UPDATE or DELETE statement) before 
choosing to use a FILELOCK.  Reducing this parameter will mean fewer record 
locks per query, at the cost of greater danger of another updating process 
being locked out of the table till the first process finishes its updates.
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to