CodeDatabaseDelphiRAD Studio

Learn How To Implement Auto-Incremental Fields In This FireDAC.AutoincFields Sample For Delphi

FireDAC allows the insertion of a new record with an auto-incrementing column and getting back a new value of this column. That works for immediate updates, as well as forcached updates. Depending on the DBMS, the auto-incrementing fields may be implemented either using a special IDENTITY (or similar) column data type, or using a generator (or a sequence) and a table…
Read more
CodeDelphiRAD StudioTech Partner

Powerful Spider Delphi Profiler Brings You Real Time Profiling For Delphi Applications

Delphi Profilers are used for Delphi application analysis, including performance profiling, memory and resource profiling, code coverage, unused unit detection, code metrics, exception tracing and integration with RAD Studio. To get more detailed information about the Spider – Delphi Profiler, check the features below: Detailed debug information (internal, TDS, MAP)Display information…
Read more
CodeDelphiRAD StudioTech Partner

Powerful BrainMM Memory Manager Designed For Modern Apps In Delphi/C++

BrainMM is an alternate memory manager for Delphi. There are a number of benchmarks between FastMM and BrainMM provided. This is an open source project over on Github. With time the project will grow to the level of standard Delphi/C++ Builder supply, along with other great libraries. Supports of all operating systems envisaged by Delphi and C++ Builder. BrainMM memory manager…
Read more
CodeDatabaseDelphiRAD Studio

Quickly Encrypt / Decrypt An SQLite Database With The FireDAC.SQLite Encryption Sample For Delphi

TheSQLite Encryptionsample is an encryption/decryption demo. Location You can find theSQLite Encryptionsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to – Object Pascal\Database\FireDAC\Samples\DBMS Specific\SQLite\EncryptionSubversion Repository – you can find Delphi code samples inGitHub…
Read more