InterBase Data Access Components (IBDAC) Releases

Released: Feb 19, 2024

Updates in 9.1.0

Features

  • Added support for Lazarus 3.0.
  • Added support for Firebird 5.
  • Added support for parallel operations in TIBCBackupService, TIBCRestoreService and TIBCValidationService.
  • Added support for minor ODS upgrade in TIBCValidationService.
  • Added support for multiple rows being returned by DML with the RETURNING clause.
  • Improved compatibility with Apple macOS Sonoma.

Fixes

  • Fixed bug with setting ReadOnly properties of fields with the same names in a join SQL query.
  • Fixed bug with using CutOffParams...

Released: Nov 15, 2023

Updates in 9.0.0

Features

  • Added support for Embarcadero RAD Studio 12 Athens.
  • Added support for Apple macOS Sonoma.
  • Added support for Android 13.
  • Added support for Apple iOS 17.
  • Added support for iOS Simulator ARM 64-bit target platforms.
  • Added support for the EnableMemos property in FastReport components.
  • Added support for nested macros in SQL queries.
  • Added Display Format for Aggregate fields.
  • Added support for SHA-2 (SHA-256, SHA-512) in hash encryption algorithms.

Fixes

  • Fixed bug when cutting value for...

Released: Mar 17, 2023

Updates in 8.3.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 3.
  • Added support for Lazarus 2.2.6.
  • Added support for Charset and UseUnicode properties in FastReport components.
  • Added support for YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, GETDATE, DATE, TIME, TRIM, TRIMLEFT, TRIMRIGHT statements in TDADataSet.Filter.
  • Added support for mathematical operations in TDADataSet.Filter.
  • Added support for Aggregate Fields and InternalCalc Fields.
  • Added the ability to restore from file with...

Released: Sep 12, 2022

Updates in 8.2.0

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria Release 2.
  • Added support for Lazarus 2.2.2.
  • Added support for Apple iOS 15.
  • Added support for Android 12.
  • Query and Table components add 'CloneCursor' method which allows you to share data between datasets.
  • Added support for working with time zone data types when clients don't have ICU library.
  • Added support for the 'isc_dpb_session_time_zone', 'isc_dpb_set_bind', 'isc_dpb_decfloat_round' and 'isc_dpb_decfloat_traps' DPB.
  • Added...

Released: Apr 12, 2022

Updates in 8.1.1

Features

  • Added support for Embarcadero RAD Studio 11.1 Alexandria.
  • Added support for Lazarus 2.2.0.
  • Added support for Microsoft Windows 11.
  • Added support for Apple macOS Monterey.

Fixes

  • Fixed bug with the growing memory consumption.
  • Fixed bug with loading BLOB columns using the Loader component.
  • Fixed bug with including international characters in SELECT queries when UseUnicode set to True.
  • Fixed bug with a "Too many Contexts of Relation/Procedures/Views" error when using update batch operations...

Released: Dec 9, 2021

Updates in 8.0.2

Features

  • Added CutOffParams global variable.
  • Added PoolId connection option.
  • Added WireCompression option for the Connection component.
  • Fields of type dtFloat are now created for system types INT128, DECFLOAT, and large NUMERIC by default.

Fixes

  • Fixed bug with value exceeds the range for valid timestamps when using AsDateTime property.
  • Fixed bug with Access Violation when DescribeParams is True and using the AsBytes property.
  • Fixed bug with setting the value of type UInt64 using the Value...

Released: Sep 13, 2021

Updates in 8.0.1

Features

  • Added support for Embarcadero RAD Studio 11 Alexandria.
  • Added support for Apple macOS ARM.
  • Added support for Firebird 4.
  • Added a demo project for FastReport FMX.
  • Added ExplainPlan property that obtains the query execution plan for Table, Query, and SQL components.

Fixes

  • Fixed bug with executing stored procedures when UseUnicode = True.
  • Fixed bug with setting a DateTime value before the year 1800 to TTimeField.
  • Fixed bug with using a BLOB field in the IndexFieldNames property of the...

Released: Jul 14, 2021

Updates in 7.4.4

Features

  • Added support for TFieldOptions.

Fixes

  • Fixed bug with transaction handling when using a stored prodcedure.
  • Fixed bug with processing VARCHAR fields with a size greater than 255.
  • Fixed bug with displaying a connection dialog at design-time in Delphi versions older than 2006.
  • Fixed bug with AV failure when using FastReport components.
  • Fixed bug with applying both Encryption and Data Type Mapping on a BLOB column.
  • Fixed bug with AV after adding the Lookup field to a prepared DataSet.
  • Fixed...

Released: Apr 6, 2021

Updates in 7.4.3

Fixes

  • Fixed bug with assigning a BLOB parameter when the source data is loaded via the TParam.LoadFromStream method.
  • Fixed bug with loading BLOB columns as strings using the Loader component.

Released: Mar 26, 2021

Updates in 7.4.2

Features

  • Added support for Lazarus 2.0.12.

Fixes

  • Fixed a bug with the ConvertEOL connection option.
  • Fixed a bug with AV in applications using DBMonitor.
  • Fixed a bug with committing a transaction when LockMode = lmPessimistic.
  • Fixed a bug with getting values of calculated fields.