Hi,
I've created small application, which reads file "zmiany_h.dbf" and deletes all records from it. I use also index file "zmiany1h.ntx" and "zmiany_h.cgp" which contains names of indexes.
This application works perfectly on Windows, but under Linux index file (zmiany1h.ntx) is not updated. All files are stored on novell disks, which are mapped to linux file system.
Thx in advance
|
>under Linux index file (zmiany1h.ntx) is not updated.
Because Linux file name is case sensitive, so maybe HXTT DBF failed to find the zmiany1h.ntx file according to the upper case file name in zmiany_h.cgp file.
|