C++DatabaseDelphiRAD ServerRAD StudioWebinar

How To Work With Any Database And Do It Properly - Webinar Replay

We continued our webinar with a look at how ridiculously fast and easy it is to create cross-platform apps with RAD Studio and connect to a variety of databases. One of the great strengths of RAD Studio, and particularly Delphi and C++ Builder is how it can use components like FireDAC to connect to almost any database system there is available. In the webinar I looked at the range of built-in…
Read more
CodeDatabaseDelphiHow-To'sWebinar

How To Make MySQL Your SQL

Today (December 20th 2022) and tomorrow you can join us for Embarcadero’s two day Enterprise CodeRage event which focusses, as you might expect, on enterprise development topics using your favorite IDE software. I am presenting two sessions – this blog post…
C++CodeIDEInterBaseRAD Studio

How To Design Screens For Cross Platform C++ Apps And More

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…
Read more
C++Code

What Are C++ Live Data Bindings, Charts And Vectors?

Hello C++ Developers, C++ Builder has a lot of specific great features for handling and linking to data as well as different ways to visualize what you’ve retrieved. You can use visual bindings on the standard components or you can use it with data components as a data binding tool. You can make visually stunning Windows charts by using TeeChart. We also look in this article at a few…
Read more
News

Hit the Ground Running with InterBase

InterBase is a robust, flexible and powerful database with great scaling capabilities and functionality that allows you or your clients to take data offline securely. When you first start with any database software, it can be a little intimidating. Learning about all of the…
CodeDatabaseDelphiRAD Studio

6 Easy Ways to Connect to the Top Databases You Should Know

The processing of data is the soul of computing. Almost every single computer ever invented was designed so that human beings could take information in the form of data and manipulate it in one way or another, either through visualizations or use it in other ways to make decisions about our lives, work, and future. If data processing is the soul, then the pieces of data itself are the bones we…
Read more