|
We are using HXTT DBF to read from a DBF file. We notice that even though the DBF file itself is being updated with new data, the query always returns us the same data over and over again. How does the DBF driver check wehther the .dbf file has been updated or not? Pls advise.
|
>We notice that even though the DBF file itself is being updated with new data,
>the query always returns us the same data over and over again.
>How does the DBF driver check wehther the .dbf file has been updated or not?
If that data was update through VFP application. You should use lockType=VFP connection property.
|