- 首頁 /
- 構件 /
- ... /
- 資料層 /
- 資料庫存取 /
- InterBase Data Access Components (IBDAC)
InterBase Data Access Components (IBDAC) 11.0.0
Released: Mar 27, 2026
11.0.0 中的更新
特性
- Added support for RAD Studio 13.1 Florence.
- Added support for the Arm64EC target platform.
- Added support for Lazarus 4.6.
- Added support for Firebird 3 functions.
- Added support for the wait_time and read_consistency parameters for TPB.
- Added support for the isc_dpb_connect_timeout, isc_dpb_dummy_packet_interval, and isc_dpb_garbage_collect parameters for DPB.
- Added support for the isc_dpb_config parameter for DPB.
- Added support for the isc_spb_config parameter for SPB.
- Added support for "GENERATED BY DEFAULT AS IDENTITY" fields.
- Added the FloatAsSingle option for the Connection component.
- Added the UseReadConsistency option for the Connection component.
- Added the ConnectionConfigOverrides option for the Connection component.
- Added the TCustomIBCService.WireCompression option.
- Added the TCustomIBCService.ConnectionConfigOverrides option.
- 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 TCustomDADataSet to specify the number of indexed fields used for range setting.
- Added the AutoClose option to TCustomDADataSet to control automatic closing of a dataset when its associated ClientDataSet is closed.
- Improved working with DPB, TPB and SPB.
修補程式
- Fixed an issue with an invalid pointer operation when destroying a dataset.
- Fixed an issue that caused the "Block Option isc_tpb_rec_version is not valid if isc_tpb_read_consistency was used previously in TPB" error for Firebird 4 and later.
- Fixed an issue compiling IBDAC for Android 32-bit in RAD Studio 13 Florence and RAD Studio 12 Athens Release 3.
- Fixed an issue with the "Invalid clumplet buffer structure" error when working with the TIBCBackupService component.
- Fixed an issue that caused incorrect record sorting in a dataset when both ORDER BY and IndexFieldNames are used
- Fixed an issue with the ConnectString property in the Connection component when its value contained a sequence of SQL comment characters.