Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I have stored procedure like this with 2 input and 1 output parameters,
process_employee(
empid in varchar2,
aid in varchar2,
err out varchar) as
....
and in PB I am declaring the procedure lik this,
DECLARE pe PROCEDURE FOR process_employee
empid,:aid);
execute pe;
This is giving me an error Wrong numer or type arguments
But the same thing work well in PB version 6.5.
I am using Oracle ODBC Driver Version 8.1.7
Please help.....
Thanks
I have stored procedure like this with 2 input and 1 output parameters,
process_employee(
empid in varchar2,
aid in varchar2,
err out varchar) as
....
and in PB I am declaring the procedure lik this,
DECLARE pe PROCEDURE FOR process_employee
execute pe;
This is giving me an error Wrong numer or type arguments
But the same thing work well in PB version 6.5.
I am using Oracle ODBC Driver Version 8.1.7
Please help.....
Thanks