If you want to deploy RAD Server on a Linux environment (on-premise or cloud-based) it is mandatory to deploy an instance of InterBase as well because it is the database used by RAD Server to store all its internal data.
This is quite straightforward in most cases, and you can even do it using Docker if you want, but what if you need to deploy RAD Server and your own InterBase instance on just…
Official Docker Containers Updated for 11.2
January 24, 2023
The official PAServer, RAD Server, and InterBase Docker images are all updated to work with 11.2. The 10.x images used Ubuntu 18.04.6 LTS (Bionic Beaver) while the updated 11.3 images use Ubuntu 22.04.1 LTS (Jammy Jellyfish). You can find the images on Docker Hub, or the…
7 Best Mobile App Makers in 2022 To Make Your Own Mobile App
November 22, 2022
The demand for app development is booming, and despite the recent turmoil in some sections of the tech economy, mobile app makers are still very much in demand. With the help of modern app builder software which support innovations such as drag-and-drop tools and low-code or…
Advanced Programming - A Complete Guide To Programming In C++
October 28, 2022
Table of Contents
A Complete Guide To Advanced Programming In C++Pointers, Linked Lists and Sort AlgorithmsIteratorsLambda ExpressionsVectorsOptionalTemplatesA Complete Guide To Programming In C++ with DatabasesIntroduction to Modern Databases and ConnectionsA Complete Guide To Professional Programming In C++Professional TopicsDownload RAD Studio 11 nowSee what’s new in RAD Studio 11
A Complete…
Low code app development is the phrase of the moment right now. There are even some tools which fall into the low code category which use artificial intelligence to help develop solutions better although not without some controversary. Yet, the terms used are not clearly…
If you’re currently on the Professional Edition of Delphi, C++Builder or RAD Studio, you have a unique opportunity to benefit from our ongoing promotion on the Enterprise and Architect Editions.
Until the end of August, with an Enterprise or Architect Edition purchase or…
Using FireDAC Connection Pooling with RAD Server
July 19, 2022
Table of Contents
Connection Pooling MeaningThe FireDAC Connection Pooling MechanismConnection Pooling with RAD Server (EMS)Running a stress test with our demo project
Connection Pooling Meaning
A connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required. Connection pools are used to enhance the…
Hello C++ Developers,
In a previous C++ apps article we covered 5 easy C++ string methods to learn where we focused on how to iterate and manipulate strings in C++ in various ways. Today we have new different topics. In the first post pick, we will learn a reverse…
Becoming an InterBase VAR: How And Why
May 28, 2022
An InterBase VAR license is simply a legal agreement between you and Embarcadero that allows you to redistribute InterBase. The benefits of this agreement are outlined below.
The Benefits of Being a VAR
There are no registration and licensing headaches. VARs typically…
InterBase Database Encryption - How To Do It
May 22, 2022
InterBase Encryption is supported starting with InterBase 2009. InterBase enables you to encrypt information at one or both of the following levels:
Database Level Encryption (InterBase encrypts all of the database pages that contain user information).
Column Level Encryption (Column-level encryption is more flexible and specific).
Using InterBase Database Encryption you can also encrypt…