KyleCordes.com
Home Articles BDE Alternatives Guide JBuilder Open Tools Services & Training About
Product: Oracle Data Access
Vendor: I.T.Prise
Version: 2.0.4 Data Aware Controls: TDataSet (D3+)
Web Site: http://www.itprise.kiev.ua/oda.htm Support Delphi Vers: 2 3 4 5
Email: itprise@itprise.kiev.ua Supports C++B Vers: 3 4
Source Available: No Supports Kylix Vers:

Description: Oracle Data Access is a data access engine that enables you to create client/server applications in Delphi and C++ Builder.
Deployment:
Modes of
Operation:

Check indicates
primary intended
use(s).
Local:
Multiuser File Server:
Multiuser Client/Server: Yes
Web Server:

Package(s) Available: Price:
Single User License $99
Team License: $145 + $45 each
Site License $495

Database/File Format Supported Native? Via Notes
Oracle Yes

Third Party Tool Compatibility: Compatible?
(Delphi) Database Explorer Unknown
Ace Reporter Unknown
InfoPower Yes
Orpheus (TurboPower) Yes
QuickReports Yes
RAVE Reports Unknown
ReportBuilder Pro Yes

Vendor's Description (from Readme files, web site, etc.):

ORACLE DATA ACCESS KEY BENEFITS

Direct Access to Oracle Database via Oracle Call Interface (OCI) ODA components gain an access to Oracle Database via Oracle Call Interface and skip BDE. Professional Edition of Delphi is enough to create, compile and distribute true client/server applications.

Borland SQL monitor support Oracle Data Access Engine (SQL) log is made available in Borland SQL Monitor. This facility allows you debugging ODA applications as well as BDE applications.

Nested transactions Oracle Data Access components support Oracle nested transactions (save points). Use BeginTrans method of TOraConnection to start nested transaction. Check TransactionLevel property to determine the current level of nested transaction.

Auto Read feature after update and/or insert Use Reread feature of TOraTable object to force Oracle Data Access engine to retrieve a row from the server immediate after that row has been inserted/updated. It is recommended to use this feature for tables with triggers and default values. This feature allows user to see an actual data that is saved in database.

Mature BLOB support ODA provides the set of properties: CachedBlobCount, ActiveBlobSize, CachedBlobSize, MaxBlobSize, MinBlobSize that allow your application subtle tuning of Blob data. You can customize these properties at both TOraDataset and TOraConnection instances levels

Parameters support TOraTable component supports parameters as well as TOraQuery and TOraStoredProc. You can use parameters in Filter property of TOraTable and TOraQuery.

Fetch Tuning Fetch Tuning allows to specify the number of rows that will be retrieved from the Oracle server in a single fetch. You can customize this value for each instance of TOraTable and TOraQuery. TOraConnection properties allow you to specify default fetch values. In actual practice, tuning this value for different row sources allows winning an additional performance improvement.

Improved Sorting Facilities TOraTable allows to order data by non-indexed fields as well as by indexed fields. Data can be ordered ascending and descending. Result set always remains live.

Advanced Master/Detail Child dataset is enables to use any object derived from TDataSet as a Master dataset. For example, you can set as Master any BDE dataset as well as ODA dataset.

Oracle PL/SQL tables support Oracle8i multiple Oracle home architecture support Oracle Data Access goes with full sources Easy Installation Oracle Data Access components compile into project. It is make your products easy to install and distribute.

BDE Alternatives Guide Comments:

This is a totally seperate product from the similarly names Oracle Data Access Components. More data on the product will appear here soon.



Is this data old or incomplete? Visit the How To Contribute page. You will also need to download the XML version of the data on this page here. Note that you need to right-click and download the file, not view it in your browser.


Visit the new BAG: bdalternatives.com

Introduction

The List

By Category

By DB Server /
File Type

Why Not
the BDE?

How to Choose

Multi-Tier
Development

Pricing

BAG FAQs



kylecordes.com, Copyright 1999-2007 Kyle Cordes - Contact Kyle