DevArt IBDAC Pro v11.0.0 Full Source for D6-D13
Download DevArt IBDAC Pro v11.0.0 Full Source for D6-D13
InterBase (and FireBird) Data Access Components (IBDAC) is a library of components that provides native connectivity to InterBase, Firebird and Yaffil from Delphi, C++Builder, Lazarus (and Free Pascal) on Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both 32-bit and 64-bit platforms. IBDAC-based applications connect to the server directly using the InterBase client. IBDAC is designed to help programmers develop faster and cleaner InterBase database applications. IBDAC is a complete replacement for standard InterBase connectivity solutions. It presents an efficient alternative to InterBase Express Components, the Borland Database Engine (BDE), and the standard dbExpress driver for access to InterBase.
Cross-Platform Solution for Delphi, C++Builder, and Lazarus
IBDAC is a cross-platform solution for developing applications using various IDEs: RAD Studio, Delphi, C++Builder, Lazarus (and FPC) on Windows, Mac OS X, iOS, Android, Linux, and FreeBSD for both x86 and x64 platforms. IBDAC also provides support for the FireMonkey platform, which allows you to develop visually spectacular high-performance desktop and mobile native applications.
High Development Productivity with IBDAC
We provide various GUI tools that will increase your productivity: dbMonitor allows monitoring activity of your DB applications, Dataset Manager simplifies DataSet and DB controls tweaking, and others.
Key Features
Performance
All our components and libraries are designed to help you write high-performance, lightweight data access layers, therefore they use advanced data access algorithms and techniques of optimization.
x64 development
Mobile Development
Develompent for iOS and Android mobile devices using IBDAC becomes still easier, as IBDAC allows your mobile applications to work with InterBase database as simply as desktop applications do.
x64 development
64-bit Development
IBDAC doesn't limit your choice of the development platform. Now you can develop for 32-bit and 64-bit platforms with Delphi and Lazarus (and FPC).
IDE Compatibility
Data Type Mapping
If you want to make custom correspondence between InterBase and Delphi data types, you can use a simple and flexible Data Type Mapping engine provided by IBDAC.
IDE Compatibility
IDE Compatibility
Our product is compatible with the latest IDE versions: Embarcadero RAD Studio 10.1 Berlin, Delphi 10.1 Berlin, C++Builder 10.1 Berlin, Lazarus (and FPC). It is also compatible with the previous IDE versions since Delphi 6 and C++Builder 6.
IDE Compatibility
Development Platforms
Now you can develop not only VCL-based applications in Delphi and LCL-based ones in Lazarus, but also use the newest FireMonkey application development platform.
Database Compatibility
DB Compatibility
Our product supports InterBase server versions 5.x up to XE, Firebird 3.x, 2.x, 1.x and Yaffil
dbMonitor
Monitoring
Use our freeware dbMonitor tool to monitor and analyze all the DB calls made by your application using IBDAC. dbMonitor performs per component tracing of SQL statement execution, commits, rollbacks, etc.
Support
Visit our Support page to get instant support from experienced professionals, fast and detailed responses, user engagement and interaction, frequent builds with bug fixes, and much more.
11.0.0 27-Mar-26
- Added support for RAD Studio 13 Florence Release 1
- 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 work with DPB
- Improved work with TPB
- Improved work with SPB
- Fixed an issue with an Invalid pointer operation on 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 with 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