The cloud is all the buzz lately. New features like Automatic Tuning and Active Geo-replication are now being offered by AzureDB with the majority...
Blog
RAD Studio 10.2.1 HotFix for iOS AdHoc Deployment
We released a hotfix to address a regression (reported as https://quality.embarcadero.com/browse/RSP-18813) in RAD Studio Tokyo Release 1 related...
Monyog MySQL Monitor v8.2.0: Introducing same Y-axis scaling for dashboard charts
This release includes some GUI improvements and also fixes a few (also mostly GUI-related) bugs. Additionally, we have upgraded most libraries used...
How to Ensure That Databases Are Backed Up On a Regular Basis
Keep sensitive and mission-critical data safe by performing regular backups of all important databases. Identify any non-backed up databases....
New in RAD Studio 10.2.1: Debugger Quality
In RAD Studio 10.2 Release 1 (or 10.2.1) we've made a number of improvements in the debugger. Windows debugging: general quality Do you...
Windows App Modernization with RAD Studio Tokyo
With RAD Studio 10.2 Tokyo, you can easily update your existing application and give it a modern Windows 10 look and feel. In today's post, I...
Workaround for FMX Memory Leaks on Windows in 10.2.1
Many of our customers today write FireMonkey Windows applications. We recently got some customer reports on FMX memory leaks on Windows using RAD...
How to Analyze the Health of Database Indexes
To keep databases running smoothly, it is important to evaluate the properties and performance statistics of indexes of databases. For this purpose,...
Why I Keep Choosing Delphi
Early on I learned Turbo Pascal, which was a huge step up from the Basic and Batch File programming I cut my whitening on. When Delphi...
Use SQL Safe Backup’s Monitor Only Policies with customized backup operations
In my previous blog post, I wrote about how customized backup/restore solutions can be accomplished through the use of SQL Safe Backup's command...
New in RAD Studio 10.2.1: C++ Improvements
In Tokyo Release 1 (otherwise known as 10.2.1) we've made a number of improvements to our C++ support: a small but useful change in the...
Creators Update BPL Loading Issue and Tokyo Release 1
As mentioned in the release notes of Tokyo 10.2.1, the latest release of RAD Studio addresses the issues caused by Windows 10 Creators Update and...
Try condition_variable using C++Builder(C++11).
std::condition_variable is a class for waiting for thread execution until the condition is satisfied.Used in combination with std::mutex. I tried...
Thought Controlled Drone in Tokyo
While I was in Tokyo for the Tokyo launch I worked with the Embarcadero office there to make a new BCI demo video. This is using the Emotiv EPOC...
Embed the Chromium browser in your Delphi projects using DCEF3
In this video, I demonstrate installing the DCEF3 project into Delphi/RAD 10.2 Tokyo to provide the embedded Chromium browser to your VCL and...
A complete MySQL monitoring system with early-warning mechanisms: Liam Terblanche, CTO, Airvantage
Airvantage is a Value Added Service Provider for mobile telecommunication networks. Airvantage offers various gaming platforms, and subscriber...
How to Migrate Databases and Data Files
Do you need to: Move databases from one instance to another (for example, to move a performance-intensive database to a faster hard drive to...
New in RAD Studio 10.2.1: CodeGuard for Windows 8 and 10
CodeGuard is a tool for runtime error checking in a C++ application, and catches memory leaks, invalid handles, invalid memory use (such as writing...
Как устроено лицензирование
Мы регулярно получаем много вопросов от заказчиков и пользователей продуктов RAD Studio по лицензированию продуктов Embarcadero. В подавляющем числе...
How to Ensure that Databases Do Not Have Fragmented Indexes
Maintain the performance of databases by efficiently retrieving ordered data by resolving the fragmentation of the indexes. View the fragmentation...
Обновленная версия RAD Studio 10.2 – готова для подписчиков
Embarcadero старается соблюдать баланс между удобством и стабильностью среды и инструментов наших разработчиков и поддержкой достаточно частых...
RAD Studio 10.2 Tokyo Release 1 ist verfügbar (10.2.1)
Release Notes: http://docwiki.embarcadero.com/RADStudio/Tokyo/de/10.2_Tokyo_-_Release_1 Download ISO: https://cc.embarcadero.com/item/30786...
Guilty Until Proven Innocent
Every DBA knows that they are guilty until proven innocent when performance problems arise. You are one of the usual suspects and it makes...
Logical to Physical Data Modeling
In the last article we learned how to create a data model from scratch using ER/Studio Data Architect. In part II we will explore about how to...