How-To'sInterBaseNewsRAD Studio

Using FireDAC Connection Pooling with RAD Server

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. Opening and maintaining a database connection for each user, especially requests made to a dynamic database-driven application, is…
Read more
News

.NET Apps using Embedded Interbase Database - How to deploy a secure database app with zero installation/administration

And we are back! This is a new entry from the series about Interbase for .NET developers. Doing a recap, the first post “Introducing InterBase for .NET – A Super-Secure Embedded Data Warehouse For .NET Users” can be found here, the second post “Getting Started With InterBase For .NET – Install, Configure And Secure Your Data in Minutes” is available through this…
Read more
News

ZXing.Delphi (Zebra Crossing) Tested with RAD 11 for Android and iOS

ZXing.Delphi (Zebra Crossing) In order to help our customers, I successfully compiled a small demo app using the ZXing port for Delphi with Delphi 11. (current version). This demo app is built with the most recent version of ZXing (3.92) and has been tested on Android 11 and iOS 15.1. You can also use IDE software to replicate this and create demo apps with ZXing for Android and iOS…
Read more