TinyDB is a small, fast and very reliable database engine for developers in Delphi and C++Builder applications. <br><br>
It provides access to a flat file in its own format without BDE, and doesn't need any installation and configuration. <br>
With TinyDB engine, all data can be stored in only one database file. TinyDB engine is an ideal BDE replacement for small database applications in Delphi and C++Builder.<br><br>
It's compatible with: Delphi 5/6/7, C++Builder 5/6<br>
TinyDB engine consists of TinyTable, TinyDatabase, TinySession and TinyDB Desktop utility.<br><br>
Key Features:<br><br>
Inherited from TDataSet, supports all visual DB-aware components; <br>
Without BDE, and no DLL, no OCX; <br>
All data in ONE database file; <br>
Supports BLOB data Compression; <br>
Supports database Encryption, and CRC32 protection; <br>
Supports In-memory database; <br>
Supports Multi-indexes, Master-Detail relationship; <br>
Maximum records quantity over 100,000; <br>
TinyDB Desktop tool, detailed manual, and abundant samples; <br>