I have a new system been developing in Java language, using Oracle
database, but for a period, I will continue with my legacy system,
that was developed using flagship / dbf.
The problem is that I have to share information among the systems by
API tables.
Sometimes, the legacy systems will write into the dbf files, and the
new system will read it using HXTT.
The problem is that the records writed by the legacy systems cannot be
read by HXTT driver.
When I make any update by HXTT, all the records writed by flagship be
deleted !!!
Can someone help us ?
Thanks.
|
You should use lockType connection property. You can try CLIPPER or FOXPRO.
|