Description of DOCI Components for Direct Oracle Access :
Components for direct access to Oracle databases:Can work with Oracle 7.3/8/8i using client part from Oracle 8/8i.There is a powerful TDataSet descendant - TOraSQL. It implements all capabilities of TDataSet and adds new.There is a complete implementation of ORACLE BLOB and CLOB column datatypes.There is a capability for stored procedures execution.There is a capability for PL/SQL code execution without stored procedures creating.Number of records to be fetched from Oracle server per one network roundtrip can be customized (performance gain upon large tables).There are fast and powerful memory tables (TMemoryDataSet, TAMemoryDataSet).There are many nice components for working with dynamic arrays to store and handle all types of data (search implemented using assembler, therefore is extremely fast).