ODAC runtime packages

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yevgeny
Posts: 15
Joined: Sun 11 Sep 2005 16:51
Location: Israel
Contact:

ODAC runtime packages

Post by yevgeny » Mon 05 Feb 2007 11:48

Hi,

My product (developed in Delphi 7 with ODAC 5.80.0.39 Net) consist of 1 EXE and about 30 COM DLLs. All these projects are compiled with runtime packages (including ODAC ones).
The ODAC packages I'm currently using are odac70;dac70;oraprov70.
In order to build a more compact code I need to understand which functionality is covered by each one of ODAC packages (crcontrols70;dac70;dacvcl70;dcldac70;dclodac70;odac70;odacvcl70;oraprov70). It would also be nice to know which packages are included in the "requires" clause of each one of the packages above.

Please advise.

Thanks,
Yevgeny

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 05 Feb 2007 14:44

Most of ODAC components are contained in the odac70 package. It requires the dac70 package.
The odacvcl70 package contains TConnectDialog, TBDESession, and TOraErrorHandler components. It requires the dacvcl70 and odac70 packages.
The oraprov70 package contains TOraProvider component.
The crcontrols70 package contains TCRDBGrid component.
The dcldac70 and dclodac70 are design-time packages. They contains design-time editors for ODAC components.

Post Reply