Universal Data Access Components (UniDAC) 릴리스
Released: Mar 27, 2026
12.0.0 버젼 업데이트
기능
- Added support for RAD Studio 13.1 Florence.
- Added support for the Arm64EC target platform.
- Added support for Lazarus 4.6.
- 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 component.
- Added the RangeFieldCount property to...
Released: Dec 26, 2025
11.0.1 버젼 업데이트
기능
- Added support for Lazarus 4.4.
- Extended support for the Connection component's AllowImplicitConnect property to the Script and SQL components.
InterBase data provider
- Improved metadata retrieval for stored procedures and functions via TUniMetaData.
- Switched to the new default read committed mode, READ COMMITTED READ CONSISTENCY, for Firebird 4 and later.
PostgreSQL data provider
- Improved handling of the SET TIMEZONE command.
ODBC data provider
- Added the IgnoreWarnings provider-specific option...
Released: Sep 17, 2025
11.0.0 버젼 업데이트
기능
- Added support for Embarcadero RAD Studio 13 Florence.
- Added support for Lazarus 4.2.
- 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.
Oracle data provider
- Added support for the BOOLEAN data type in Direct mode for Oracle 23 and later.
- Added support for passwords longer than 30 characters in Direct mode for Oracle 23 and later.
- Added...
Released: Jul 7, 2025
10.4.1 버젼 업데이트
기능
- Added support for Lazarus 4.0.
Oracle Data Provider
- Introduced the DynamicReadThreshold option to optimize memory usage by dynamically reading VARCHAR2 and NVARCHAR2 values.
Excel Data Provider
- Improved detection of column data types in Direct mode.
수정사항
- 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 of a parameter name.
- Fixed a bug that occurred when calling the FindKey method on a cloned dataset...
Released: Mar 20, 2025
10.4.0 버젼 업데이트
기능
- 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 the JSON file format in the LoadFromFile method of the VirtualTable component.
- 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 support for parameters in the Script component.
- Added the IndentFormat argument to the...
Released: Jan 20, 2025
10.3.2 버젼 업데이트
기능
- Added the CloneCursor method to the VirtualTable component.
- Moved the CRFunctions.CRTimeZoneInformation global variable to the interface section.
SQL Server data provider
- 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.
Access data provider
- Added support for retrieving the last generated value of an AutoNumber column...
Released: Oct 24, 2024
10.3.1 버젼 업데이트
기능
- Added support for Lazarus 3.6.
- Restored support for RAD Studio 12 Athens Release 1.
Released: Sep 27, 2024
10.3.0 버젼 업데이트
기능
- 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 provider for Microsoft Excel.
- Added C++Builder demo components for working with SecureBridge.
SQL Server data provider
- Added support for Variant OUT parameters in Direct mode.
- Added datetime format when using timestamp macros.
MySQL data provider
- Added the WriteBOM specific option for TUniDump.
PostgreSQL...
Released: May 1, 2024
10.2.1 버젼 업데이트
기능
- Release 1 for Embarcadero RAD Studio 12 Athens, Delphi 12 Athens, and C++Builder 12 Athens is now required.
수정사항
- Fixed internal bug with TSharedObject.
Released: Apr 24, 2024
10.2.0 버젼 업데이트
기능
- Added support for Embarcadero RAD Studio 12 Athens Release 1.
- Added support for Lazarus 3.2.
- Added voResetAutoInc in the VirtualTable component which allows you to reset AutoInc values on Clear.
SQL Server data provider
- Added support for Microsoft Entra Service Principal authentication (auADServicePrincipal) in the prMSOLEDB provider.
PostgreSQL data provider
- Improved working with generated fields.
NexusDB data provider
- Improved the Locate and FindKey methods' execution when using...