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
A Complete Guide To Advanced Programming In C++
This article is part of a series which teaches you the basics of how to write C++ software. C and C++ both make use of pointers. Often, new C++ programmers can struggle with both the concept and correct use of pointers. In this post we will explain what pointers are along with a discussion of linked lists which are a very common data structure…
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…
Using FireDAC Connection Pooling with RAD Server
July 19, 2022
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 performance of executing commands on a database.
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 search method in modern C++. In another post, we will learn 3 different ways to remove characters of a wide string in a…
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…
InterBase comes embedded with RAD Studio, but chances are you haven’t activated it yet. This means you’re missing out on a very powerful and versatile database you’ve already paid for with your RAD Studio purchase.
In this blog post we’ll look at how to check if InterBase was activated with your RAD Studio installation, and to activate it if it wasn’t.
Did I get the InterBase…