Hello,
We have 2 legacy applications written in xbase. One of the applications is using DBFCDX as default db engine, whereas other uses DBFNTX db engine as default. I am able to set the connections properly for the legacy appl. using DBFCDX. I am setting lockType = Alaska and most of the db operations are getting reflected correctly in this and it updates the index as well.
But, I am experiencing a strange problem with the other application which has DBFNTX set as default. Although I can see from the timestamp that the DBF's and .CDX files are updated, but when I open the DBF the change is not visible.
Is there any specific property that needs to be set for DBFNTX?
Regards,
Devika
|
>Although I can see from the timestamp that the DBF's and .CDX files
> are updated, but when I open the DBF the change is not visible.
Maybe you can use lockType=Foxpro
|
Hi,
Thanks for the suggestion. I again tested ny setting the property value of lockType = Alaska, and it seems to work..
Thanks for your support in this.
Regards,
Devika
|