DatabaseInterBaseRAD Studio

Learn How To Easily Backup And Restore An Encrypted InterBase Database

In this CodeRage session, you can learn how to backup and restore encrypted databases in InterBase.  Overview Backing up the encrypted databaseRestore encrypted database How can I backup and restore an encrypted database? Here are the steps that you can follow: In IBConsole you can right-click on the database, with the context menu, you can open the Backup/Restore section, and…
Read more
CodeDelphiRAD Studio

Quickly Evaluate A Python Expression In Delphi Using Python4Delphi Sample App

Want to know how to evaluate a Python Expression in Delphi using Python4Delphi? PythonforDelphi(P4D) is a set of free components that wrap up the Python DLL into Delphi and C++Builder. They let you easily execute Python scripts, create new Python modules and new Python types. This post will guide you on how to use these components, create a VCL application, run a simple python…
Read more
CodeDelphiRAD Studio

Quick Dive Into Delphi And The BlockChain, Cryptography, BitCoin, and More

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 decryption. Receiver needs to publish an encryption key, referred to as his public key which used for encrypt a message but…
Read more
C++DelphiRAD Studio

Learn Ultra-Fast Database App Development With Delphi LiveBindings Sample App

Connecting to database and data-aware controls was no more a time consuming task for Delphi/C++Builder developers. With Absolute no code you can just and drop components and bind visually to show case your valuable data to the user interface controls faster. BindGridLinkVCL Sample demonstrates the use of aTBindGridLink. You can find Delphi and C++ code samples inGitHub…
Read more