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
The Data Warehouse of the Future Using Microsoft SQL Server
The data landscape has changed considerably since Kimball first proposed the dimensional approach to building a data warehouse schema. Over the last 20 years or so most data warehouses were built on the premise of federating data from operational systems into some...
My Amazon Web Services Programming with Delphi CodeRageX session
In a moment my "Amazon Web Services with Delphi" CodeRage X session is starting. I'm very excited and the sessions so far were very good. It is still 2 and half more days to go! The source code for the demos shown during my AWS Delphi session has been...
CodeRage X Resources for C++ and Object Pascal Tracks
Full Video Replays Object Pascal Track On Demand C++ Track On Demand C++ Tracks Tuesday C++ Product Address Build a Push-Enabled Mobile App with Parse Enterprise Mobility Services - Creating EndPoints, Push Notifications and Custom Logins What's New in...
IDERA Welcomes Embarcadero
This is an exciting day for us as we welcome Embarcadero into the Idera family. Embarcadero’s award-winning software tools help application developers and database professionals design systems correctly, accelerate delivery and improve ongoing performance, regardless...
5 DevOps Conferences You Should Consider Attending
We love developer conferences, they are informative, fun and a great way to network with like minded people. The sessions can help you and your organization discuss and address technology challenges, learn how others are solving problems and exchange knowledge. Even...
The Data Model Scorecard
Steve Hoberman is a presenter, consultant, and the author of seven books on data modeling, including the bestseller Data Modeling Made Simple. One of Steve's frequent data modeling consulting assignments is to review data models using his Data Model Scorecard...
PAServer Hotfix for RAD Studio 10 Seattle – iOS 9 and OS X El Capitan
Apple released Mac OS X El Capitan today. With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that run on OS X 10.10 (Yosemite) or 10.9 (Mavericks). We also provide support for building applications that run on iOS 9...
How to use custom Info.plist XML to support iOS 9’s new App Transport Security feature
In iOS9 Apple added the new "Apple Transport Security" feature to restrict apps that use HTTP protocol requests under the covers. Apple provides Info.plist settings to allow your app to use HTTP. This new feature will affect the execution of apps that use...
JEDI libraries now in GetIt Package Manager
Hello. I'm very pleased to announce that the popular JEDI libraries are now available in the GetIt Package Manager catalog. For those who don't know these libraries, the JEDI Code Library (JCL) consists of a set of thoroughly tested and...
Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8
With RAD Studio 10 Seattle, you can build apps that run on iOS 9. A change in the iOS SDK is causing deployment issues on iOS 9 for 32-bit iOS applications built with XE7 and XE8. This is not an issue with RAD Studio 10 Seattle. Below are some...
Creating a custom button style with RAD Studio 10 Seattle
In RAD Studio 10 Seattle, we made many enhancements to the integrated style designer in the IDE. In today's post, I thought I would cover the steps for creating your own custom button style using RAD Studio 10 Seattle. Follow the steps below to create your own...
Using the new Windows 10 TMultiView mode in your FireMonkey applications
TMultiView is a smart menu component for FireMonkey applications that makes it really easy to create app navigation that automatically adjusts itself depending on form factor, orientation and target platform. TMultiView is a container component which means that you...
Metadata Market Study Report
Recently, the Competence Center Corporate Data Quality (CC CDQ, a European consortium research program) engaged with Fraunhofer Institute for Material Flow and Logistics to produce a new Market Study report called METADATA MANAGEMENT TOOLS FOR ENTERPRISE DATA...
New per-DPI awareness in VCL applications
In RAD Studio 10 Seattle, we've added per-DPI awareness in the VCL. This means that, when moving a form from one monitor to another one that has different DPI, the VCL form and the controls will be rescaled according to the new DPI, with no specific coding needed...
Download an image in background with Android Services
So, don't wait and empower your Android apps with background tasks with RAD Studio 10 Seattle, and enjoy many more features and enhancements.
Setting up Oracle for Embarcadero ER/Studio – Part 2
Howdy! Welcome to the next installment of the series. In today's series, we will explore the options for Oracle Client Setup needed for ER/Studio. Install the clients needed for your environments. Reboot after installation. [Verifying Environment Variables] 1)...
Setting up Oracle for Embarcadero ER/Studio – Part 2
Howdy! Welcome to the next installment of the series. In today's series, we will explore the options for Oracle Client Setup needed for ER/Studio. Install the clients needed for your environments. Reboot after installation. [Verifying Environment...
New VCL Styles and Style Enhancements in RAD Studio 10 Seattle
In Delphi, C++ Builder and RAD Studio 10 Seattle, we provide a variety of new VCL styles and VCL style enhancements. Windows 10 Styles Choose from three built-in Windows 10 styles: Modern Light, Modern Dark and Modern Blue. These styles work great with the new...
RAD Studio 10 Seattle New Code Samples and Snippets
Windows 10 VCL Controls Quickly and Easily Bring Your VCL App to Windows 10 Trusted by millions of developers worldwide, the VCL (Visual Component Library) is a set of visual components for rapid development of Windows applications in...
Adding headers to TListView programmatically
During today's Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically instead of using LiveBindings with a data source. Here is a quick code snippet showing how to programmatically add...