News

Webinar Replay: Embeddable Databases for Mobile Apps: Stress-Free Solutions with InterBase

When it comes to developing mobile applications, keeping data on your device is a must-have feature, but can still be risky. With embedded InterBase, you can deploy high-performance multi-device applications that maintain 256-bit encryption, have a small footprint and need little, if any, administration. What can participants expect to learn: Using InterBase in your mobile apps is easier…
Read more
News

Database and FireDAC Enhancements in RAD Studio 10.2.3

I already blogged about RAD Server changes and RTL fixes in the Delphi, C++ Builder and RAD Studio 10.2.3 update. Another area that has received attention is the database support in general, and FireDAC in particular. Below is a list with some of the most notable…
News

FireDAC and Microsoft Azure SQL Database

I’ve started to get requests to use FireDAC with Cloud Databases, like SQL Azure. The question whether or not to put your business data in the cloud is getting easier and easier these days and a lot of that is thanks to Microsoft’s investment in Microsoft…
News

RAD Server EMS Package to get data from a remote database through a REST API call and display the data on an EMS Client application.

Author: rkondner Embarcadero’s Enterprise Mobility Services (EMS)is a turnkey middleware solution, part of RAD Server that supports secure, encrypted communication using an industry-standard REST interface. With built-in support for users and groups, EMS is a perfect platform for exposing your custom REST endpoints to a wide range of authorized clients. Developers will especially…
Read more
News

Making Win10 Calendar controls database-aware

Author: Dmitry Kovalenko Programming is fun. Sometimes projects and apps are more serious, sometimes less. On my recent Delphi 10.1 Update 2 presentation two times I have been asked about data-aware versions of new VCL Win10 calendar controls. Here is the code. unit…
Delphi

Creating an InterBase database on the fly with FireDAC

Recently I have been creating a number of applications using InterBase on iOS and Android using FireDAC components to talk to the database. One route to achieving this is by create the database file and table structure either via iSQL or using IBConsole GUI first before…
News

Modeling databases with Embarcadero ER/Studio: an InterBase example

Author: Andreano Lanusse T1394 As you know Embarcadero is a database company, now a database and developer company. A number of great database tools are coming, one of these tools is ER/Studio, which is a tool specialized in database modeling. ER/Studio is independent of the database, offering native integration with MySQL, Oracle, Sysbase, and DB2. To connect to other databases, you can use…
Read more