Announcing the General Availability of IDERA SQL Safe Backup 9.3
Categories
- Free tools
- SQL Admin Toolset
- SQL Compliance Manager
- SQL Defrag Manager
- SQL Diagnostic Manager for MySQL
- SQL Diagnostic Manager for SQL Server
- SQL Diagnostic Manager Pro
- SQL Doctor
- SQL Enterprise Job Manager
- SQL Inventory Manager
- SQL Query Tuner for SQL Server
- SQL Safe Backup
- SQL Secure
- SQL Workload Analysis for SQL Server
- Uptime Infrastructure Monitor Formerly Uptime
Virtual Machine Snapshots versus Database Backups
Virtual Machine Snapshots Virtual machines provide exciting possibilities concerning backup, recovery, and cloning of databases. Convenient mechanisms are available for obtaining consistent snapshots of data volumes in virtual machines. Correctly implemented and...
New Styles from DelphiStyles.com
DelphiStyles.com sells custom style packs for VCL Windows and FireMonkey multi-device applications. They just released and updated several great custom themes for FireMonkey. Shown: FMX Profile Screen GUI template (available in GetIt >...
New in 10.2.3: FireMonkey UI Templates – Profile Screens
Delphi and RAD Studio 10.2.3 include 18 new FireMonkey UI templates, designed to highlight FMX's multi-device capabilities, showcase best practices, and help new users get started quicker. They showcase UI paradigms that mobile application developers need in...
Dealing with Database Security
Nearly every month there is another announcement about a company disclosing a data breach in which sensitive customer data was exposed. Last week, it was Orbitz announcing that an outdated site for a business partner was hacked, and the exposed information included...
LIVE! with TMS Software’s Bruno Fierens & Holger Flick
A live conversation with TMS Software’s Bruno Fierens & Holger Flick about some of the latest technology to come out of TMS Software. Original link
C++ Builder 10.2.3 – CMake and Ninja Command-Line Support
Introduction CMake is a popular C++ build tool. RAD Studio 10.2.3 Tokyo provides support for building CMake projects on the command line using RAD Studio compilers. 10.2.3 also specifically supports using Ninja with CMake, allowing for very...
WhereontheMap Honored as Embarcadero Cool App for February
If you’re a parent like I am, you understand the feeling of comfort in knowing where your children are at all times and that they are safe. Modern smartphone technologies have provided parents and others to track the whereabouts of loved ones, but our Cool App for...
darkUnicode codec for Delphi
Another library to drop out of my Dark Glass development project today is my unicode codec (now named darkUnicode).https://github.com/chapmanworld/darkUnicode This simple class can be used to encode and decode unicode code-points by hand (independent of RTL functions...
New in 10.2.3: Using CMake with Ninja
One big new feature in 10.2.3 is support for building with CMake. If you haven't already, read the previous two posts: introduction to CMake and building with Windows, and building for iOS and Android. Today I'd like to cover using CMake generators,...
Database Audit Log Monitoring for Security and Compliance
We recently conducted a webinar on Audit Log analysis for MySQL & MariaDB Databases. This blog will further provide a deep dive into the security & compliance surrounding databases. Database auditing is the tracking of database resources utilization and...
Dynamic Library Loader – My first published GitHub project!
A few weeks ago, I began a live-streamed coding project to develop a game engine named DarkGlass using Delphi. When I began the project, I knew that it was possible that several useful libraries might drop out of the development process, and so I have been working to...
Video Tutorial#6: Ressourcen BMP/JPG in Delphi einbinden
Das nächste, kurze Videotutorial: - Wie bindet man Ressourcen in seinem Delphi Programm ein und kann diese nutzen. https://www.youtube.com/watch?v=34gaDgbDzu4
C++ Quality in 10.2.3
Every RAD Studio release, we focus on what we call QPS: Quality, Performance, Stability. Recent releases of C++Builder have included: 10.2.0: Lots of work on our linker
New in 10.2.3: CMake Support for iOS and Android
We've introduced some great new features for C++Builder in 10.2.3. Last week, I wrote about CMake support for our compilers. That post covered what CMake is, and how to use it for Windows, both Win32 and Win64. If you haven't read it, please do;...
Delphi/C++Builder 10.2 Tokyo Pro: Kostenfreies Mobile Add-On für die Entwicklung für iOS und Android
Kunden, die eine aktuelle Delphi oder eine aktuelle C++Builder Professional Lizenz erwerben, oder Kunden, die ein 10.2 Tokyo Professional schon vor einiger Zeit erworben haben und eine aktive Update Subscription besitzen, können sich das Mobile-Add-On, für...
RAD Studio and Internet Message Format
Introduction The RFC-2822 standard specifies a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages. The RFC-2822 specifies lines should be no longer than 78 characters, and the MIME...
April #SQLChat – Participate to Win an Amazon Tap!
Data Governance is essential for companies working in highly regulated industries and it is important for organizations to review their Data Governance policies on a regular basis. Please join us for our next #SQLChat on Wednesday, April 18 at 11 AM CT with Kim...
New in 10.2.3: FireMonkey UI Templates – Login Screens
Only the first template will be auto-opened after installing a GUI template, but you can access the other two templates by navigating to C: \ Users \ Public Documents \ Embarcadero \ Studio \ 19.0 \ Samples \ Object Pascal \ Login Screens Login Screen #1 ...
C++ Builder 10.2.2: DataSet Mapping to JSON for JavaScript client support
Introduction In C++Builder 10.2.2, Embarcadero has added a new component to the FireDAC BatchMove architecture, to support generating JSON data from database tables, in an easy and flexible way. RAD Studio (Delphi and C++ Builder) has offered support for JSON in...
New in 10.2.3: CMake Support
A very exciting feature in C++Builder 10.2.3 is support for using CMake with our compilers. Let's dig in! This post is the first in a series on CMake, and will cover: What CMake is How to write a CMakeLists.txt file How to build a project on...