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
ODAC runtime packages
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.
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.