EasyTable: Single-File Embedded Database,
a BDE replacement for Delphi and C++Builder



Differences from TTable

Previous  Top  Next


Main differences:

·   All tables in single OS file  
·   Database file modes: dfmCompact, dfmNormal, dfmLarge  
·   Supported data types  
·   Maximum records quantity: ~ 2^32  
·   Maximum fields per table: ~ 2^31  
·   Maximum indexes per table: ~ 2^31  
·   Maximum index fields per index: ~ 2^31  
·   Maximum field name: 253 characters  
·   BLOB fields block size: > 10 bytes, default 512  
·   BLOB compression: compression modes-clNone, clFastest, clDefault, clMax  
·   Table encryption: AES (Rijndael) 256 bit key, with CRC  
·   Repair table facilities  
·   Restructure table  
·   Progress indication for potentially slow processes  
·   Unicode support  
·   In-Memory tables and databases  

If you wish to inform us which features you need first of all, please, be sure to contact us:
[email protected].

If you want to be informed about new releases of this component, you can also subscribe to our news list:
http://www.aidaim.com/info/subscr.php

Features listed below are not implemented yet.
·   Lock/Unlock methods  


© AidAim Software EasyTable: