SQL Server Data Access Components
SQL Server Data Access Components (SDAC) is a library of components that provides native connectivity to SQL Server from Delphi, C++Builder, Lazarus (and Free Pascal) for Windows (both 32-bit and 64-bit) and Mac OS X. SDAC-based applications connect to SQL Server directly through OLE DB, which is a native SQL Server interface. SDAC is designed to help programmers develop faster and cleaner SQL Server database applications.
SDAC, a high-performance and feature-rich SQL Server connectivity solution, is a complete replacement for standard SQL Server connectivity solutions and presents an efficient native alternative to the Borland Database Engine (BDE) and standard dbExpress driver for access to SQL Server.
Native Connectivity to SQL Server
SDAC-based DB applications are easy to deploy, do not require installation of other data provider layers (such as BDE and ODBC), and that's why they can work faster than the ones based on standard Delphi data connectivity solutions. Moreover, SDAC provides working with SQL Server not only through OLE DB, but through SQL Native Client as well.
Wide Coverage of SQL Server Features
SDAC supports a wide range of SQL Server specific features, such as Transparent Application Failover, Notification, Queing and reliable messaging, SQL Server Compact Edition, User-defined Types (including HierarchyID, Geography, Geometry), Table-Valued Parameters, Filestream, and others.
Developing in Delphi, C++Builder, and Lazarus for Windows and Mac OS X
SDAC is a cross-platform solution for developing applications using various IDEs: RAD Studio, Delphi, C++Builder, Lazarus (and FPC) on Windows, Mac OS X, iOS and Android for both x86 and x64 platforms. SDAC also provides support for the FireMonkey application development platform, which allows you to develop visually spectacular high-performance desktop and mobile native applications.
Component Property | |
Component Type | VCL |
Component Environments | RAD Studio |
Component Environments | C++Builder, Delphi |
Component Environments | Lazarus |
Component Environments | Free Pascal |
Database type | Microsoft SQL Server 2017 |
Database type | Microsoft SQL Server 2016 |
Database type | Microsoft SQL Server 2005 |
Database type | Microsoft SQL Server 2014, Microsoft SQL Server 2016, Microsoft SQL Server 2017 |
Version | V8.0 |
Software Properties Group | |
For OS | Supported Target Platforms Windows, 32-bit and 64-bit MacOS iOS, 32-bit and 64-bit Android Linux, 32-bit and 64-bit (only in Lazarus and Free Pascal) FreeBSD, 32-bit and 64-bit (only in Lazarus and Free Pascal) Note that support for 64-bit Windows and MacOS was introduced in RAD Studio XE2, and is not available in older versions of RAD Studio. Support for iOS is available since RAD Studio XE4, but support for iOS 64-bit is available since RAD Studio XE8. Support for Android is available since RAD Studio XE5. Also note that all the platforms, except Windows, are supported in the Direct mode only.E5. |