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
CodeDatabaseDelphiRAD Studio

Build High Performance REST Services With This Server-Client EMS FireDAC Demo In Delphi

This sample demonstrates how to use an EMS package to extend the EMS Server to connect to an SQLite database using FireDAC components. he sample accesses an SQLite database. The connection parameters are defined in the TFDConnection component. If you experience problems with the connection verify these parameters. It requires InterBase to be installed on the machine or to connect to a remote…
Read more
C++DatabaseDelphiRAD Studio

Quickly Build and Deploy A Complete REST/JSON Based Enterprise Business Application

Do you want build Mobile Solutions which require strong backend for enterprise focus, turn-key, cloud-ready, fast and easy deployment, with Apple and Google push notifications capabilities ? Finding the option or thinking to build from scratch for your Delphi/C++ Builder Applications? Don’t Worry. Embarcadero RAD Server (Enterprise Mobility Services) which solves your needs. RAD…
Read more
CodeDelphiRAD Studio

Interesting HFS (HTTP File Server) Delphi VCL Project Lets You Easily Send And Receive Files

The HFS is different from classic file sharing because it uses web technology. It also differs from classic web servers because it’s very easy to use and runs “right out-of-the box”. The virtual file system will allow you to easily share even one single file. The project is built in Delphi and full source code is available on GitHub. Dev notes “Initially developed in…
Read more