We are using the driver to update data in a FoxPro 9 dbf from a JAVA application. When the the file has been updated using the HXTT DBF driver the DBF file is opened five minutes later but there is still some data missing that did not update in the DBF. Is there a buffer in the driver that needs to be flushed that would update the table with the remaining data? If the file is copied it seems to flush the buffer because the remaining data will appear in the DBF when the file is copied.
Please let me know if there are any update we can receive.
Michael Bergen
Etactics Inc.
phone: 330 342 0568
mbergen@etacticsinc.com
|
You should use lockType=VFP connection property, otherwise it will use itself cache mechanism.
|