Introduction - If you have any usage issues, please Google them yourself
TinyDB is a small, fast and very reliable engine for developers in Delphi and C++Builder applications. It provides access to a flat file in its own format without BDE, and doesn t need any installation and configuration. With TinyDB engine, all data can be stored in only one file. TinyDB engine is an ideal BDE replacement for small applications in Delphi and C++Builder, and soon also for Kylix.
TinyDB engine consists of TinyTable, TinyDatabase, TinySession and TinyDB Desktop utility. TTinyTable is inherited TTinyDataSet which is a direct descendant standard TDataSet. It provides all the TDataSet s functions such as Filtering, Searching, Sorting, Blob fields and it has some advanced features such as Encryption, blob fields Compression, CRC32 protection, In-memory and Multiple indexes