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 ?
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 ?