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 describes the first session: How To Make MySQL Your SQL. The second session is tomorrow (December 21st 2022) and there is a…
Read more
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++CodeIDE

Top 5 C++ IDE Requirements For Windows App Development

1. The C++ IDE should come with a C++ Compiler which supports CLANG Compiler In Windows application development, having a native C++ IDE and compiler that supports the latest Windows features is very important. Some of the IDEs are not specifically designed for C++ development. In fact, some C++ IDEs are designed only for console application developments. Some support only a small subset of…
Read more
C++Delphi

5 Ways To Modernize Your Data Access Pipeline

Building database applications with Windows IDE: RAD Studio (Delphi & C++ Builder) gives the best experience for developers. For instance, if you want to connect to a database, just drop a database connection component into the project and select the source of the data.
CodeDelphiRAD Studio

This Is How To Easily Process CSV Data Using FireDAC

CSV is an abbreviation for a Comma-Separated Value file that enables data to be saved in a loosely-structured text form. Because of its simple format, it is very easy to process the data inside the file and extremely portable too. The great thing about the CSV files is that they are compatible with almost any text editor as well as a large number of popular applications such as Microsoft Excel…
Read more