InterBase Data Access Components (IBDAC) 릴리스
Released: Mar 10, 2020
7.1.3 버젼 업데이트
수정사항
- Fixed bug installing different editions of two or more DACs in a single system.
- Fixed bug with assertion failure when changing BLOB fields with the CacheBlobs property set to False.
- Fixed bug using ftFMTBCD datatype params in batch operations.
- Fixed bug with the incorrect default value of the TField.Required property for columns of type DOUBLE PRECISION.
- Fixed bug loading Memo fields in TIBCLoader.
- Fixed bug with SQL statements that contain fields with the same name from different tables...
Released: Nov 26, 2019
7.1.2 버젼 업데이트
기능
- Support for Android 64-bit.
- Support for Lazarus 2.0.6.
- Support for InterBase 2020.
- Improved performance when using pooling.
Released: Jul 22, 2019
7.0.1 버젼 업데이트
기능
- Added support for macOS 64-bit.
Released: Jun 24, 2019
6.4.12 버젼 업데이트
기능
- Added support for Lazarus 2.0.2.
- Added support for Local connections.
- Added support for URL-style connection strings.
- Added TIBCConnectionOptions.IPVersion property.
- Added TCustomIBCService.IPVersion property.
- Improved performance when inserting data into a table with BLOB fields using the Loader component.
- Added DefaultSortType property for TVirtualTable.
- Improved performance of TVirtualTable SaveToFile/LoadFromFile methods.
Released: Nov 26, 2018
6.3.10 버젼 업데이트
기능
- RAD Studio 10.3 Rio support.
- Added possibility to write large blobs by pieces.
- Support for UPPER and LOWER functions for Unified SQL.
- Added boSkipData option for BackupService component.
- Added roSkipData option for RestoreService component.
- Added TIBCQuery.OnGetBlobData event.
Released: Jul 9, 2018
6.2.8 버젼 업데이트
기능
- Added support for Lazarus 1.8.4.
- Added support for System Encryption Passwords (SEP).
- Grant/revoke admin roles for a Firebird users using the IBCSecurityService component.
- Improved performance of batch operations.
- Added demo projects for IntraWeb 14.
수정사항
- Now the "Data type is not supported" exception is not raised by the Query component when the DescribeParams property is set to True
- Fixed memory leak in NEXTGEN.
- Fixed bug updating a record when using the OnFilterRecord event handler.
- Fixed...
Released: Apr 10, 2018
6.1.7 버젼 업데이트
기능
- Added support for Lazarus 1.8.2.
- Now the Detail dataset is not refreshed when editing a Master dataset.
수정사항
- Fixed bug with "Attempt to reopen open cursor" error when trying to execute Refresh method.
- Fixed bug executing batch operations with iteration = 1 and offset = 0.
- Fixed bug re-opening a filtered dataset.
- Fixed bug with data decryption in SmartFetch mode.
- Fixed bug with data truncation while decrypting.
- Fixed bug when query plan containing national characters.
- Fixed bug with "SQL...
Released: Jan 18, 2018
6.1.5 버젼 업데이트
기능
- Added support for Lazarus 1.8 and FPC 3.0.4.
- Added support for custom constraints.
- New UseBlankValues property added to Loader component.
- Improved loading of default client library for 64-bit applications.
수정사항
- Fixed bug with memory leak when using BLOB data type in batch operations.
- Fixed bug resetting a previously set parameter value when using DescribeParams.
- Fixed bug backing up or restoring a database that contains national characters in a database path in Firebird 3.
- Fixed bug calling...
Released: Sep 29, 2017
6.1.4 버젼 업데이트
기능
- Adds support for Firebird on Android.
- Adds support for Firebird 3 packages.
- Adds support for alias handling in the RETURNING clause.
- Adds support for WireCompression connection parameter in Firebird 3.
수정사항
- Bug using BLOB data type in batch operations.
- Bug using Bytes batch parameters.
- Bug closing a connection that has an active transaction in Firebird 3.
- Bug recreating a connection on Linux and mobile platforms.
- Bug generating SQL for batch updates.
- Bug with the Locate method for non-Windows...
Released: Apr 5, 2017
6.0.1 버젼 업데이트
기능
- Support for RAD Studio 10.2 Tokyo.
- Support for Linux in RAD Studio 10.2 Tokyo.
- Support for Lazarus 1.6.4 and Free Pascal 3.0.2.
- Manage batch operations using a transaction.
- Obtain active transaction numbers using DBMonitor.