We are using DBFJDBC30, sometimes, when our application try to update a dbf table, an error occurs : "Record of 10384 in my_table has been locked by another process"
?lockType property is set to FOXPRO4UNIX in urlconfig.properties
Driver run on SCO UNIX 5.4...
Thanks in advance...
|
You can use a bigger lockTimeout connection property.
lockTimeout: To specify DBF driver's timeout in milliseconds to wait until other processes or Xbase applications released record lock or table lock. 0 means a default value, and <0 means no wait. Default value: 1000
|