Installing TOracleProvider in C++ v4

greg

Member
We've just purchased your DOA product here at cargill, and I'm having a problem.
When I install TOracleProvider into an existing package doa.bpl, I get the error message--[Pascal Fatal Error] pasall.tmp(3): File not found: 'OracleReg.dcu' and the compiler highlights the following line:

Uses OracleReg in 'D:\Program Files\Borland\CBuilder4\Direct Oracle Access\Source\CBuilder4\OracleReg.pas';

I've successfully installed TOracleProvider in your evaluation version.

Thanks in advance.

Greg Hamilton
 
You cannot install the TOracleProvider component into the Direct Oracle Access package (doa.bpl). You must install it into a different package, and make sure that the Direct Oracle Access package is included in the 'Requires' section of this package. The installation section in the User's Guide describes this in some more detail.

------------------
Marco Kalter
Allround Automations
 
Hello Marco,
When I try what you suggest, I get the following error message:

"Cannot load package 'ZETA'. It contains unit 'OracleFilter', which is also contained in package 'DOA'. "

Concerning installation of TOracaleProvider, the manual says simply:
"From the C++Builder Component menu select Install component. From the Unit file name you can browse to the OracleProviderReg.cpp file in C++Builder's lib directory."

Thanks in advance for your help.

Greg
 
Hello Marco,

You're right! I forgot to add the DOA package to the required section. Once I did it worked just as you said.

Thanks for your help.

Maybe you should add your instructions to the installation manual.

Thanks again

Greg
 
Back
Top