FIB DAC 2.02
In category
DB-Aware Components > Direct DB Access > Interbase and Firebird
Description
The suite of eight data-aware components:- TFIB_Database
- TFIB_Transaction
- TFIB_Dataset
- TFIB_UpdateSQL
- TFIB_Query
- TFIB_StoredProc
- TFIB_Generator
- TFIB_CreateAlterDrop
You will be amazed at the potentiality and efficiency of FIB DAC components that set a new standard, unattainable for other compomnents being usually heavy, overgrown and complicated. TFIB_Dataset is the only dataset component that besides simplest (and slowest together) static data access method, supports dynamic data access and partial (growing) records fetching (IN MANY CASES EVEN HUNDREDS TIME FASTER THEN STATIC METHOD; see Readme.txt and Readme_comparision.txt for more details).
Here are some features of the most important component, i.e. TFIB_Dataset:
- the fastest Firebird Servers data access (when Unidirectional = True, also as replacement for all dbExpress drivers; when used as data supplier for ClientDataSet, TFIB_Dataset automatically sets Unidirectional to True and allocates 0 bytes for fetched records)
- one component for all recordsets, ReadOnly and not ReadOnly i.e. physical Tables
- You can also select from stored procedures; published property ProcName lets You choose required procedure (among procedures that return any fields) from the drop-down list at design time
- published property SQLStatement is divided into five sections: SELECT...FROM... , WHERE , GROUP BY , PLAN , ORDER BY
- statements based on one table with joined other recordsets ARE TREATED AS TABLES i.e. NOT READONLY DATASETS
- three strategies for accessing of data:
- daStaticAccess (nonTable Datasets are always accessed in this manner) - all fields of fetched records are stored in memory; this is the conventional and the slowest method of data access)
- daDynamicAccess - purely record identifying fields are stored in memory (if there is no primary/unique key for the table or size of primary/unique index > 8, RDB$DB_KEYs are stored)
- daPartialFetch - all fields are stored in memory but records are fetched and appended in progressive manner during each call of one of search method (i.e. Locate, LocateNearest, FindKey, FindNearest) so You have the guarantee that searched records are fetched
- in dsInsert state, TFIB_Dataset assigns for You MasterFields values to appropriate LinkedFields automatically
- You can use Borland Field Link Designer at design-time to set relationship between master-detail fields
Informations
- Status: Trial (work while IDE is running)
- Source: FNC
- Size: 968262 - 984570kB
Platforms:
- Delphi 2006 (Win32)
- Delphi 2007 (VCL)
- Delphi 6
- Delphi 7
Downloads