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…
Learn About Quickly Building REST Applications Using The Powerful RAD Server In Delphi/C++ Builder
October 28, 2020
Over a period of years lot of Web Architectural styles were introduced like, Pipe and filter, Uniform Pipe Filter and some hierarchical styles like client server, Client server stateless, cache, etc. But each style has equal strength and limitations which leads to a modern…
EMS.NotesResource Sample is a server-client EMS demo.
It requires InterBase to be installed on the machine or to connect to a remote server. Make sure that the server is running before you run the sample. InterBase is used to store the information with the server…
Build High Performance REST Services With This Server-Client EMS FireDAC Demo In Delphi
October 21, 2020
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…
Quickly Build A DropBox Client App With A Delphi REST Library Using OAuth 2.0 Protocol
October 18, 2020
In this tutorial, you can learn about the OAuth2 protocol to download and upload files from DropBox.
Overview
DropBox REST ClientOAuth2 ProtocolREST Client Using TRESTClientREST Client Using Indy
OAuth 2.0
OAuth 2.0 is the industry-standard protocol for…
Rapidly Consume Powerful REST Services With Almost No Code In C++Builder On Windows
October 15, 2020
We continuously hear that consuming REST services with the RAD tools have always been swift. For instance, in this video, you can see how you can call any REST endpoint and fetch the data easily with the REST Debugger tool.
With the REST Debugger tool, you can get…
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…
Rapidly Build And Deploy Service-Based REST Applications With RAD Server For RAD Studio
October 7, 2020
Every year CodeRage sessions happen online. CodeRage is all about Delphi, C++ Builder, RAD Server, Delphi Web Development, and more.
In this mini-session, you can learn how to build backends and adding custom API resources through a Delphi or C++ Builder Package Library…
REST is one of the main models that has been described by Roy Fielding, one of the principal creators of the HTTP protocol, in his Ph.D. thesis and adopted as the model to be used in the evolution of the HTTP protocol architecture.
The Embarcadero REST Library…
Interesting HFS (HTTP File Server) Delphi VCL Project Lets You Easily Send And Receive Files
October 4, 2020
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…