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
Generate Cross Platform Dynamic Forms At Runtime From JSON In Delphi 10.2.1 Tokyo
The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2.1 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I will cover...
Cross Platform Activity Progress Dialog For Android, iOS, macOS, and Windows In Delphi 10.2 Tokyo
The Hospitality Survey Client project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I will cover the...
Идера (текущий владелец Embarcadero+Delphi), купила Sencha ?
Вопрос, вынесенный в заголовок, задают наши пользователи в электронных письмах и на различных тематических форумах. Это на самом деле так. Официальный пресс-релиз опубликован 28 августа. "IDERA , Inc., ведущий поставщик средств разработки баз данных,...
"Expert Delphi" webinar replay – Part 2
As promised during the "Expert Delphi - Part 2" webinar yesterday, here is the webinar link replay https://youtu.be/fYks8VVd9MI Enjoy!
Get Up And Running Fast With The In Depth Developer Guide For The Hospitality Survey App Template
The Hospitality Survey App template that Embarcadero has released for Delphi 10.2 Tokyo through their GetIt platform is quite extensive. I have put together a developer guide video for the project which explains more in depth. The video explains each of the...
product-oriented educational blog posts for SQL Admin Toolset
Here is a list of product-oriented educational blog posts for SQL Admin Toolset: How to Ensure That Databases Are Backed Up On a Regular Basis How to Analyze the Health of Database Indexes How to Migrate Databases and Data Files How to Ensure that Databases Do Not...
Learn How To Use AngularJS To Quickly And Easily Connect And Consume JSON From RAD Server
The Hospitality Survey Admin dashboard project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post...
Get Started with RAD Studio 10.2.1 using Sample Projects
Guided Tour The Guided Tour is a step-by-step bubble pop-up tour that shows you how to build your first multi-device FireMonkey application using the FireUI Designer. Following the steps in the tour is a good starting point for anyone new to the FireMonkey...
Implement CreateAnonymousThread with BCC32.
C++Builder 10.2 BCC32 can not write lambda. So write an implementation in Invoke() with TCppInterfacedObject<>. struct T_thread_proc : TCppInterfacedObject<TProc>{ TNotifyEvent f_ev_; struct T_sync_proc :...
"Expert Delphi – Part 1" Webinar Replay
Great thanks to all people that attended "Expert Delphi - Part 1" webinars in different time zones. It was a pleasure to give a taste of the first six chapters of the "Expert Delphi" book and walk you through selected demos! During webinars, I have...
Learn How To Add Endpoints To RAD Server In The Hospitality Survey App Template
The Hospitality Survey EMS project is part of the Hospitality Survey App template for Delphi 10.2 Tokyo that Embarcadero has released through their GetIt platform. The Hospitality Survey App consists of four different projects. In this blog post I am going...
Monitoring MySQL Problematic Queries
This blog describes how to identify queries that cause a sudden spike in system resources as well as the user and host who executed the culprit query using the Monyog MySQL Monitor and Advisor. How many times have you seen a system go live and perform much worse than...
Expert Delphi Webinars with Paweł Glowacki
Paweł Glowacki's book Expert Delphi and he is hosting a couple webinars where he will share some of the best parts. Expert Delphi - Part 1 Tue, September 12, 2017 at 8 AM, 1 PM, 8 PM CDT Join Paweł for the tour through the first part of his recently...
Deep Space Rocks Runtime Customizable Mobile Arcade Game For Delphi 10.2 Tokyo
Embarcadero has four mobile arcade game projects for Delphi in Object Pascal available for free over on GitHub. All of the projects run on Android, IOS, OSX, and Windows. One of the projects is called Space Rocks and I modified this project to allow the player to...
Build Dynamic Forms At Runtime With Hospitality Survey Editor For Delphi 10.2 Tokyo
Embarcadero has released a Hospitality Survey App template for Delphi 10.2 Tokyo through their GetIt platform. The Hospitality Survey App consists of four different projects. A client app built with FireMonkey for Android, IOS, OSX, and Windows where users can...
UniGUI Web Application Development with Delphi + Sencha ExtJS
There was an updated version of our UniGUI webinar with Farshad Mohajeri of FMSoft. UniGUI is a framework that makes it easy to build robust websites with Delphi that leverage the Sencha Ext JS framework. www.youtube.com/watch You can also...
product-oriented educational blog posts for SQL Diagnostic Manager
Here is a list of product-oriented educational blog posts for SQL Diagnostic Manager: Five Important Features of SQL Diagnostic Manager How to monitor Always On availability groups How to monitor tempdb databases How to plan future capacity How to monitor and diagnose...
Дополнительные утилиты FireDAC
Последнее время большую часть рабочего времени пришлось уделить разработке новых примеров для недавно включенной в состав RAD Studio библиотеки компонент для доступа к Google Drive и другим корпоративным ресурсам. Об этом и получившихся приложениях я напишу отдельно в...
Instantly Access Data in Backup Files to Improve Database Continuity
SQL Server databases are often repositories for large volumes of business-critical data. As the sizes of databases grow, restore operations become time-consuming. Database professionals need to access data in backup files quickly to reduce recovery time and increase...
How to control "the system audio volume" of iOS
Use C++Builder 10.2 to control audio volume of iOS.I used the MPVolumeView class of iOS.The MPVolumeView class is declared in “iOSapi.MediaPlayer.hpp”. Include two files. #include <iOSapi.MediaPlayer.hpp> #include...