TDataFile enables Delphi applications to store database data from multiple tables in a single DataFile.

Most database applications lack the possibility to save data in a single file. Generally users want to store a document, customer data or any other data that the application uses in a single file. TDataFile makes it very easy to add this ability to your database applications. This way data can be stored on a floppy disk, given to a colleague who uses the same application or send over the internet.

* Stores single or multiple records from multiple tables and multiple databases in a single file.

* Load command adds, replaces or deletes records.

* Events and methods provide full save and load control.

* File version control.

* Easy implementation. Only a few lines of code are required.

* Extensive context sensitive help with many examples available.

* Give your users the possibility to save data in a single file.

For more information go to: http://www.xs4all.nl/~wvisser/jd