News

The easiest solution is to unencrypt your encrypted Database, make the necessary changes in your SQLite Database. Then re-encrypting before re-compiling your Delphi App. I created a simple Encrypt / ...
What version of Delphi do you have? Most of the earlier ones shipped with BDE support and not much more, but as of D6 Enterprise Edition you have a plethora of methods available to access the data ...
A thread-based asynchronous database query component for modern Delphi applications. This library allows you to execute database queries in the background without freezing the UI, making your ...