Home > Back-end >  About the installation
About the installation

Time:12-23

I want to install the odac, can guide the steps, or translation code as follows:

Run your IDE and walk through folowing steps:
1) the Compile DAC run - time package (dacXX. DPK)
2) For Delphi 6, 7 or c + + Builder compile DAC GUI related package dacvclXX. DPK
3) the Compile DAC design - time package (dcldacXX. DPK)
4) Compile ODAC run - time package (odacXX. DPK)
5) For Delphi 6, 7 or c + + Builder compile ODAC GUI related package odacvclXX. DPK
If you are going to create CLX applications the compile OdacClx. Pas unit separately.
6) the Compile and install ODAC design - time package (dclodacXX. DPK)

You can find these packages in
Source \ Delphi6 \ *. DPK - for Delphi 6

To compile ODAC -based application add ODAC Source directory path
To the "Library Path".


Because I don't know the difference between the following a few person

COMPONENTS - under the menu

New components
Install the components
The install packages

CodePudding user response:

1, new components themselves create control files (unit); Create *. Pas file
2, install the components installed controls (will specify control unit [file] added to the control in the package) by *.
in the Pas files added to the package3, install packages installed control packets, general third party (a group or groups) controls are provided in the form of control packets, perform *. DPK file,

CodePudding user response:

Odac installation, depending on your needs, the Internet has a very good example,

CodePudding user response:

Positive solution, 1/f,,,,,,,,,,,,,,,,,,,,,,,

CodePudding user response:

ODAC for Delphi7 controls download address:
ODAC_6. 25


Installation method:
A, and compile the installation open Source \ Delphi7 \ dac70 DPK,
Two, open and compile the installation Source \ Delphi7 \ dacvcl70 DPK,
Three, open and compile the installation Source \ Delphi7 \ dcldac70 DPK,
Four, open the compilation and installation Source \ Delphi7 \ odac70 DPK,
Five, open and compile the installation Source \ Delphi7 \ odacvcl70 DPK,
Six, open and compile the installation Source \ Delphi7 \ dclodac70 DPK,
Seven, open and compile the installation Source \ Delphi7 \ oraprov70 DPK,
Eight, the F: \ DelphiProjects \ VCL \ ODAC6 \ Source and F: \ DelphiProjects \ VCL \ ODAC6 \ Source \ Delphi7 added to the "Library Path" (" F: \ DelphiProjects \ VCL \ ODAC6 \ "place ODAC is my Path, you want to switch to your own Path, if you don't put" F: \ DelphiProjects \ VCL \ ODAC6 \ Source \ Delphi7 "will appear" can't find OraNet. Dcu "error).


Run your IDE and walk through folowing steps:
1) the Compile DAC run - time package (dacXX. DPK)
2) For Delphi 6, 7 or c + + Builder compile DAC GUI related package dacvclXX. DPK
3) the Compile DAC design - time package (dcldacXX. DPK)
4) Compile ODAC run - time package (odacXX. DPK)
5) For Delphi 6, 7 or c + + Builder compile ODAC GUI related package odacvclXX. DPK
If you are going to create CLX applications the compile OdacClx. Pas unit separately.
6) the Compile and install ODAC design - time package (dclodacXX. DPK)

You can find these packages in
Source \ Delphi6 \ *. DPK - for Delphi 6

To compile ODAC -based application add ODAC Source directory path
To the "Library Path".
  • Related