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.
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.
Key Features:
*Direct access to server data. Does not require the installation of other data provider layers (such as BDE and ODBC).
*Interface compatible with standard data access methods, such as BDE and ADO VCL, LCL, and FMX versions of library available.
*Separated run-time and GUI-specific parts allow you to create pure console applications such as CGI.
*Unicode support You can always find the latest version of the product on the official Devart website.
Comments