how hxtt handles the blocking when updating a table? , lock record or lock table ?....
we are having problems with the system under Unix, when Fox tries to update, sometimes fox app crash without error and only some fields are updated....
however, when I update with hxtt and java, work fine....
How can I lock only current record ??
I set propertis : lockType = FOXPRO4UNIX, lockTimeout = 90000
Thanks,
|
>sometimes fox app crash without error and only some fields are updated....
>I set propertis : lockType = FOXPRO4UNIX, lockTimeout = 90000
Whether that fox app is running on SCOUnix? If yeah, you can use lockType = FOXPRO4UNIX. If no, and your fox app is running on Windows and using share map driver, you should use lockType=Foxpro. BTW, you should use the latest package wich fixed some known bugs at here.
>How can I lock only current record ??
Set Record Lock Manually at here
|