C++ Builder vs TOraclPackage.CallProcedure

Tierry

Member²
I am using C++ Builder and Direct Oracle Accces 4.0.5.0. I have looked at the documentation for the syntax of the TOraclPackage.CallProcedure. The documentation indicates that two parameters are required: "procedure CallProcedure(const ProcedureName: string; const
Parameters: array of Variant);"
However, the C++ compiler is looking for three parameters : [C++ Error] main.cpp(134): E2193 Too few parameters in call to '_fastcall TOraclePackage::CallProcedure(const AnsiString,const Variant *,const int)'"

What is the description of this third parameter ?

Thank you.

Tierry

P.S.: All examples in your documentation use Pascal/Delphi. Do you have any example for C++ Builder ?
 
The above mentioned FAQ help show me how to call in C++ Builder a procedure which requires some parameters. What should I do if the procedure or function does not require any parameter ?

Thanks in advance for your help.
 
Back
Top