SQL Server Data Access Components (SDAC) 12.0.0

Released: Sep 17, 2025

12.0.0 中的更新

特性

  • 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 operation.
  • Added support for system proxy settings to the TProxyOptions class for HTTP tunneling.
  • Added the Pooled function to the TCustomDAConnection component.
  • Added support for ReportBuilder 23 in the Demo project.

修补程序

  • Fixed a bug where the tunnel.php file was missing from the installer.
  • Resolved an issue where looping through a dataset caused an "Invalid pointer operation" exception.
  • Fixed the error message for distributed transactions in Direct mode.
  • Resolved an issue where all connections were removed from the pool if TPoolingOptions.MinPoolSize was set to a value greater than 0.
  • Resolved an issue where getting the record count failed if the query contained an ORDER BY clause.
  • Resolved an issue with C++Builder compilation.
  • Resolved an issue that caused a memory leak in the GetIPInterfaces procedure.
  • Fixed paths in *.dproj files for IOHandlers and updated the documentation.