SQL Server Data Access Components (SDAC) is a library of components that provides native connectivity to SQL Server from Delphi and C++Builder including Community Edition, as well as Lazarus (and Free Pascal) for Windows, Linux, macOS, iOS, and Android for both 32-bit and 64-bit platforms. AdvantagesNative Connectivity to SQL ServerSDAC-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 functionality for working with SQL Server not only through OLE DB, but also through SQL Native Client. Cross-Platform Development in Delphi, C++Builder, and LazarusSDAC is a cross-platform solution for developing applications using SQL Server and various IDEs: RAD Studio, Delphi, C++Builder, Lazarus (and FPC) on Windows, macOS, Linux, iOS, Android, and FreeBSD 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. Wide Coverage of SQL Server FeaturesSDAC 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. To get the full overview, please visit the SDAC page. More ResourcesExplore additional resources about SDAC: Social |