Monday, March 18, 2024

delphi

How to Connect to PostgreSQL in Delphi with Devart PgDAC

We will guide you through the steps to connect to PostgreSQL in Delphi using Devart PgDAC.

How to Connect to SQL Server in Delphi with Devart SDAC

We will walk you through the process of connecting to SQL Server using Devart SDAC, including installation and examples of how to interact with the components.

How to Connect to Oracle in Delphi with Devart ODAC

This article will explore how to connect to Oracle in Delphi using the Devart ODAC library. We'll cover the installation of Devart ODAC, provide concrete examples of its usage, and even compare it to FireDAC.

How to Connect to MySQL in Delphi with MyDAC: A Comprehensive Guide

We will provide step-by-step instructions on installing MyDAC, demonstrate its usage with practical examples, and compare it with FireDAC to highlight its advantages.

New in Delphi DAC: Support for RAD Studio 11 Alexandria Release 3 and Lazarus 2.2.6

Devart DAC line of products has received a significant update, making it even more compatible with the latest development environments.

New in Delphi DAC: Support for RAD Studio 11 Alexandria Release 2 and Lazarus 2.2.2

We are glad to announce the release of new versions of UniDAC, PgDAC, MyDAC, SDAC, ODAC, IBDAC, LiteDAC, and VirtualDAC. In new versions, we have...

UniDAC vs FireDAC: Performance and Memory Consumption Comparison

We have been receiving many questions about how UniDAC compares to FireDAC. To answer your questions, we took a data-backed approach and created a...

SecureBridge 10.1 Released

We are glad to announce the release of SecureBridge 10.1 with the support for macOS Monterey, Windows 11, RAD Studio 11.1 Alexandria, and Lazarus...

New in Delphi DAC: Support for RAD Studio 11.1 Alexandria, Lazarus 2.2.0, macOS Monterey, and Windows 11.

We are pleased to inform you that we have released new versions of ODAC, IBDAC, PgDAC, MyDAC, LiteDAC, SDAC, VirtualDAC, and UniDAC. Now,...

Universal Data Access for Delphi Components: Why Customers Choose UniDAC

Time is the most precious resource nowadays. It’s the age of speed, quality, and effectiveness. That’s why all the professionals around the world appreciate...

Delphi DAC for Firebird 4: Using the new INT128, DECFLOAT, and large NUMERIC types

This article describes how to work with Firebird 4 in Delphi data access components. The latest version of IBDAC and ...

Delphi Data Access Components for RAD Studio 11 Alexandria with support for Firebird 4 and Apple M1

After only a few days since the release of RAD Studio 11 Alexandria, we are ready to share the availability of Delphi Data Access...

New in Delphi DAC: Support for RAD Studio 10.4.2 and Multiple Performance Improvements

Following the release of RAD Studio 10.4.2 Sydney from last week, we are excited to announce support for the new versions of Delphi...

New in Delphi DAC: Support for the Latest Versions of Lazarus and FPC

We are excited to announce that new versions of Delphi data access components are now generally available. All DAC products received support for the...

New in Delphi DAC: Support for RAD Studio 10.4

We are very excited to announce the release of our Delphi DAC products with support for the newly released RAD Studio 10.4 Sydney. We also...

SSL Connection to MySQL From Delphi with UniDAC and SecureBridge

This article explains how to establish an SSL connection to MySQL from Delphi with UniDAC and SecureBridge. UniDAC has had MySQL SSL (using certificates) connection...

EntityDAC Now Supports Android 64-bit

EntityDAC 2.3. was released this week with support for the Android 64-bit platform, fully-functional trial version for macOS and Linux, and the latest fixes...

SecureBridge Now Supports Android 64-bit

Devart released a new version of SecureBridge with support for Android 64-bit development. SecureBridge is a set of Delphi components that implement clients...

dbExpress Drivers with Support for InterBase 2020, PostgreSQL 12, and Oracle 19c

Devart dbExpress team released new versions of dbExpress drivers. New RDBMS versions were supported in respective drivers: InterBase 2020, PostgreSQL 12, and Oracle...

Devart Supports 64-bit Android App Development in DAC for Delphi

Devart, the leading provider of database management software and developer tools,  announced the latest version of its data access components for Delphi. The key feature...

How to Access DBF Databases in Delphi

xBase is the generic term for all databases deriving from the original dBase database format (.dbf). The list includes Visual FoxPro, Clipper, dBase III,...

New in dbExpress Drivers: Support for 64-bit versions of macOS and Linux

dbExpress driver development team has released updated versions of data access drivers with support for macOS 64-bit and Linux 64-bit. This release addresses potential...

Data Access Components are now available for macOS 64-bit

Great news for all macOS users: the team behind Delphi DAC adds support for the macOS 64-bit operating system to all Data Access Components....

New release of Data Access Components with support for Lazarus 2.0.2

The long-waited update of Delphi Data Access Components is finally here – Devart is rolling out new versions of  DAC products. This release introduces support...

Meet dbExpress drivers with support for RAD Studio 10.3

We are excited to announce that we've released new versions of all dbExpress drivers with RAD Studio 10.3 Rio support. dbExpress drivers are thin...

Devart presented SecureBridge at this year’s Coderage 2018 conference

Devart was glad to participate in the annual online conference for Delphi developers – CodeRage 2018 organized by the Embarcadero company and held on...

New DAC release with RAD Studio 10.3 Rio support

We hasten to share the great news: we have updated our DAC products making them even more functional and supported the just-released RAD Studio...

Upgrade DAC products to the newest versions and explore their recent features!

Devart is glad to announce the release of Delphi Data Access Components with support for Lazarus 1.8.4, specific features of cloud and database providers...

Devart presented EntityDAC at this year’s Coderage XII conference

Devart was pleased to participate in the annual online conference for Delphi developers - Coderage XII organized by the Embarcadero company and held on...

Fast and Simple Database App Development and Deployment to Linux in RAD Studio

The Devart company released UniDAC with support for Linux 64-bit platform. UniDAC makes application development and maintenance easier and simpler because the use of...

Developing applications with Salesforce CRM integration in Delphi

Cloud-based CRM systems are becoming incredibly popular in these days. This trend is quite clear. The usage of cloud services does not require a...

Use VirtualDataSet to Access Objects List via TDataSet Interface

TVirtualDataSet is a virtual dataset that can be used as an intermediate between data stored in an application and data-aware controls used in forms....

How to Combine Data from Several Sources Using SQL and VirtualQuery

The VirtualQuery component allows executing SQL queries to sources that are not a database, but a TDataSet or any of its descendants. It also...

Using Batch Updates in Delphi Data Access Components

Data amount processed by modern databases grows steadily. In this regard, there is an acute problem – database performance. Insert, Update and Delete operations have...

Resolving RAD Studio XE7 Update 1 and RAD Studio XE8 Installation Crash

Since RAD Studio XE7 Update 1 was released, the ETTracker.dll library was added to installation. Its purpose is obscure, but its presence in the...

Connecting to SQL Server from Android and iOS in Direct Mode Using SDAC

Using SDAC in Direct Mode for access to SQL Server from iOS and Android platforms doesn’t significantly differ from the one on Mac OS...

Connecting to SQL Server from Mac OS X in Direct Mode Using SDAC

Devart Company released SDAC and UniDAC for RAD Studio with a new functionality – Direct Mode for connection to SQL Server. The existing providers...

What is LINQ for Delphi in EntityDAC?

The main idea of EntityDAC, as well as any ORM for RAD Studio, is to free the programmer from having to implement a business-logic,...

Support for RAD Studio XE7 is added to all the Devart components for Delphi!

Dear users, DAC Team claims its products to be up-to-date and feature-rich solutions for Delphi developers. We are always trying our best to remain at...

How to Develop Android Database Applications in RAD Studio XE5

Not so long ago, in RAD Studio XE5 there was introduced support for Android application development. On the Internet there can be found a...

How to Debug Android Apps via Wi-Fi in RAD Studio XE5

The top news of the Embarcadero company in 2013, as well as the direct reason for RAD Studio XE5 release, was certainly support for...

How to Develop iOS Applications in Delphi XE4 Using Devart Data Access Components

Half a year ago we published an article describing the process of iOS application development in Delphi XE2. We received quite a lot of...

Using DAC products in multi-tier DB application development

DataSnap technology overview The DataSnap technology (previously known as MIDAS) allows development of client–server applications, specifically applications using databases, that work via Internet, local network,...

How to Develop iOS Applications in Delphi XE2 Using Devart Data Access Components

Delphi XE2 allows to develop iOS applications as well as applications for Win 32-bit, 64-bit, and Mac OS. In this article, we will try...

Data Type Mapping in Data Access Components for Delphi

Data Type Mapping is a flexible and easily customizable gear, which allows mapping between DB types and Delphi field types. In this article there are...

Delphi XE2 FireMonkey Applications Deployment on Mac OS X

RAD Studio XE2 allows creating applications for Mac OS X. But the problem is that RAD Studio XE2 (both Delphi XE2 and C++Builder XE2) can be...

Delphi XE2 FireMonkey HD Applications Raise Runtime Error 231 on Mac OS X

Many users have encountered the problem when running FireMonkey HD Applications on Mac OS X without 3D hardware HAL. When this application is run,...

64-bit Development with Delphi XE2

Delphi XE2 Overview Delphi XE2 is the major breakthrough in the line of all Delphi versions of this product. It allows deploying your applications both...

Social

Products