Developer Ansgar Becker created HeidiSQL as lightweight open source database management tool which supports MariaDB, MySQL, MS SQL, PostgreSQL and SQLite. It makes use of Delphi’s native VCL styles very effectively to provide a nice looking interface which the developer can customize for their preference. Some of it’s powerful features include connecting via SSH tunnel, creating and…
Cryptography is the study of secure communications techniques that allow only the sender and intended recipient of a message to view its contents. Public Key Encryption or Asymmetric cryptography is widely used cryptography which use different keys for encryption and…
Learn How To Use FireDAC To Work With A Firebird Database In Delphi
October 29, 2020
TheFirebirdgetting started sample shows how to use FireDAC with Firebird databases. This sample allows the user to do:
Temporaryconnection definitionat run time.Master-details relationship between datasets usingTFDQuery.Transactions handling…
Learn How To Populate A Database With Data Using An XML Document In This FireDAC Sample For Delphi
October 29, 2020
The FireDAC Database Connection creates a table (test_vs) and inserts data from anXML documentusing aFireDACdatabase connection.
Note: The connection to the database does not require authentication.
How to Use the Sample
Navigate to the location given above and openProject1.dproj.PressF9or chooseRun > Run.Click…
In this CodeRage session, you can find out how to do these tasks:
Overview of OpenXml filesGetting the file propertiesCreating a simple Word fileCreating a complex Word file
XML files are ZIP files with a special format. If we open a file, for example, a Word…
Rise of Legions Multiplayer RPG Windows Game Built In Delphi
October 29, 2020
Broken Games is a small, ambitious independent game development company based in Berlin, Germany. Their flagship game, Rise of Legions, is a multiplayer RPG available for the Windows platform. Co-founders Tobias and Martin focus on bringing people together through game…