C++ComponentsDatabaseLanguage FeatureLearn C++

Learn To Use MySQL Database Connections In C++ On Windows

In this post we would like to give a very simple example to connect to a MySQL Database in C++ Builder with FireDAC Component which comes with RAD Studio officially. MySQL is one of the world’s most popular open source database and it is very easy and very useful to use small to large scale databases. MySQL has MySQL Service and different editions ( Enterprise, Standard, Classic, Cluster CGE…
Read more
C++ComponentsDatabaseLearn C++

Learn To Use PostgreSQL Database Connections With C++

PostgreSQL is another popular database which is powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance You can install and use PostgreSQL through the official documentation. They have also support with PostgreSQL Community, it provides many helpful places to…
Read more
C++Language FeatureLearn C++

Handle Based File Operations In C++ Builder

Handle based file read and write methods can be used in Modern C++, In C++ Builder. In Modern C++ we highly recommend you to use Modern File Operations to support your application on all platforms and for the some benefits of using these methods like supporting worldwide languages by using UnicdeStrings etc. If you dont need these, you can easily use old methods in C++ Builder with GUIs. You can…
Read more