The library alxBASE is intended for access to the .DBF
tables. It is in development. The first version will support formats: dBASE III
- dBASE 5, Clipper 5.x, FoxPro 2.0 - Visual FoxPro 6.0, memo field: .DBT.FPT
and index files: CDX, IDX, MDX, NDX, NTX (only reading, the opportunity will
make modifications is added in the following versions).
ver 2a - added an opportunity to edit a field, to add / delete records, to
change structure of the table, but indexes management code are removed.
ver 3a - added search and the filter on line expression (operators and functions
of language dBASE can be used).
ver 068 - library has been
completely rewritten, now it can be used without MFC. The parser is rewritten.
Errors are corrected. Support NULL of fields and binary memo fields is added.
Work with memory is optimized. But not all opportunities present in the
previous versions, are transferred in new version: a filtration of records,
updating structure of tables, etc. Now it's in work.
|