SQL Server Data Access Components (SDAC) Releases

Released: Mar 27, 2026

Updates in 13.0.0

Features

  • Added support for RAD Studio 13.1 Florence.
  • Added support for the Arm64EC target platform.
  • Added support for Lazarus 4.6.
  • Added the CommandTimeout option to TMSConnection.
  • Added the "For the current user/For all users" option during installation.
  • Added masking of the Password property in the Connection component to prevent it from being stored in memory as plain text.
  • Added the GetWhere method to the TCustomDADataSet component.
  • Added the DeleteOrderBy method to the TCustomDADataSet...

Released: Dec 26, 2025

Updates in 12.0.1

Features

  • Added support for Lazarus 4.4.
  • Added the DescribeFields option to control calls to the sp_describe_first_result_set procedure.
  • Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.

Fixes

  • Fixed a hang that could occur when using pessimistic locking in Pooling mode.
  • Fixed an AV failure that could occur when reading a persistent TWideStringField in Delphi 7.
  • Fixed an issue where XML fields could be saved incorrectly when using the...

Released: Sep 17, 2025

Updates in 12.0.0

Features

  • Added support for Embarcadero RAD Studio 13 Florence.
  • Added support for Lazarus 4.2.
  • Added the KeepMultipleResults property to TMSDataSetOptions to enable opening subsequent result sets in TClientDataSet.
  • Added support for Bearer Token authentication when connecting through HTTP tunnel.
  • Added the MSOLEDBEncryptType connection option for the MSOLEDB provider.
  • Added the UseNoBrowseTable connection option to prevent calling "SET NO_BROWSETABLE ON".
  • Added support for the MERGE batch...

Released: Jul 7, 2025

Updates in 11.4.1

Features

  • Added support for Lazarus 4.0.

Fixes

  • Fixed a bug with auto-generating queries for tables containing special characters in their names.
  • Fixed a bug with updating aggregate fields when refreshing a Detail dataset in a master/detail relationship.
  • Fixed a bug where an additional connection to the server was created after fetching multiple result sets.
  • Resolved an issue with declaring the TValueArr data type in C++Builder.
  • Fixed a bug where setting SQL in the Query component changed the case...

Released: Mar 20, 2025

Updates in 11.4.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 3.
  • Added support for the RAD Studio 64-bit IDE.
  • Added support for Lazarus 3.8.
  • Added support for parameters in the Script component.
  • Added the Charset connection option for the Direct mode.
  • Added support for the TurboPack SynEdit package in component editors.
  • Added support for syntax highlighting in component editors in Lazarus on the Windows platform.
  • Added the IndentFormat argument to the SaveToXML method of the dataset to...

Released: Jan 20, 2025

Updates in 11.3.2

Features

  • Added the TrustSelfSignedCertificate connection option for the Direct mode.
  • Added the HostNameInCertificate connection option for the prMSOLEDB provider.
  • Added the ServerCertificate connection option for the prMSOLEDB provider.
  • Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.

Fixes

  • Fixed a bug with processing string fields that occurred when the UTF-8 code page was used.
  • Fixed a bug causing string truncation when using TMSLoader.
  • Fixed a bug with...

Released: Oct 24, 2024

Updates in 11.3.1

Features

  • Added support for Lazarus 3.6.
  • Restored support for RAD Studio 12 Athens Release 1.

Released: Sep 27, 2024

Updates in 11.3.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 2.
  • Added support for Embarcadero C++Builder 64-bit Windows (Modern) Application Development.
  • Added support for Lazarus 3.4.
  • Added support for Variant OUT parameters in Direct mode.
  • Added C++Builder demo components for working with SecureBridge.

Fixes

  • Fixed bug with preparing SQL statements that contain varbinary(max) parameters.
  • Fixed bug with transaction handling when executing a stored procedure in the Direct mode.
  • Fixed bug...

Released: May 1, 2024

Updates in 11.2.1

Features

  • Release 1 for Embarcadero RAD Studio 12 Athens, Delphi 12 Athens, and C++Builder 12 Athens is now required.

Fixes

  • Fixed internal bug with TSharedObject.

Released: Apr 24, 2024

Updates in 11.2.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens Release 1.
  • Added support for Lazarus 3.2.
  • Added support for Microsoft Entra Service Principal authentication (auADServicePrincipal) in the prMSOLEDB provider.

Fixes

  • Fixed bug with Microsoft Entra identity authentication (auADInteractive) in the prMSOLEDB provider.
  • Fixed bug with updating datetime fields by OLEDB providers.
  • Fixed bug with a zero-valued LastInsertID result.