In ODAC V 5.80.038, help of TOraDataSet.CreateProcCall(Name) and TOraSQL.CreateProcCall(Name) are incorrect,
parameters should be CreateProcCall(Name,int), but I do not know what is the value of int.
Do I need not execute CreateProcCall() before assign TOraParams ?
Best regards,
Herbert Chang.
Help of TOraDataSet.CreateProcCall() and TOraSQL.CreateProcCall() are incorrect ?
The second parameter of the TOraDataSet.CreateProcCall method is a number of overload in case several overloaded stored procedures with the same name exist. This parameter has default value. So if a stored procedure that you need to execute has no overloads, than you can call the CreateProcCall method with the Name parameter only.
What value is the default ?
If I call with Name only, compile Error occurs.
Does the default value is zero or one ?
Does the default value is zero or one ?
Overload No
Sorry, I found overload no in TOraSession.ExecProc(), It is start from 1.
But, if CreateProcCall(Name) parameters ommit overload no,
compiler occurs Error "E2193 Too fee parameters".
Best regards,
Herbert Chang
But, if CreateProcCall(Name) parameters ommit overload no,
compiler occurs Error "E2193 Too fee parameters".
Best regards,
Herbert Chang