TOraStoredProc.Overload not working
Posted: Tue 06 Jun 2006 21:48
I'm using ToraStoredProc to call an overloaded stored proc with 2 parameters (Float/In). I specified Overload = 2 in the DFM, yet I get the following Oracle error:
ORA-06550: line 2, column 3:
PLS-00307: too many declarations of 'RELEASE_PICK_LOT' match this call
ORA-06550: line 2, column 3:
PL/SQL: Statement ignored
Isn't that what the overload property is supposed to resolve? What am I doing wrong?
ORA-06550: line 2, column 3:
PLS-00307: too many declarations of 'RELEASE_PICK_LOT' match this call
ORA-06550: line 2, column 3:
PL/SQL: Statement ignored
Isn't that what the overload property is supposed to resolve? What am I doing wrong?