MiniTable now is a completely native Delphi component that compiles directly into your executable file - there no associated DLLs to deliver.Version 5 also now supports Case-Insensitive and Descending indexes. MiniTable is a lightweight replacement for the BDE in Borland's Delphi. It is intended for smaller single user programs where the use of a full database would be overkill. The product uses a flat file format and consists of a Delphi TDataSet interface. MiniTable has been designed to make its interface as close a possible to TTable so that it is as easy as possible to use. MiniTable supports all the TDataSet functions such as filters, locate and lookup fields. It also allows multiple indexes, blob and auto-increment fields. |