0
Thanks Shankar
I don't understand what you mean by "Where is your Input Value that you are Passing to the Procedure ?".
From what i understand my input parameter in the procedure is given a value by adding a parameter in C# and assigning it its value from 'txtUsername.Text'. Is this a correct assumption?
the table is as follows:
PERSONNEL_ID NUMBER
F_NAME VARCHAR2(255 BYTE)
L_NAME VARCHAR2(255 BYTE)
P_USERNAME VARCHAR2(255 BYTE)
P_PASSWORD VARCHAR2(255 BYTE)
TYPE VARCHAR2(255 BYTE)
Hope this is what you asked for. Really appreciate the help
Thanks Lance
0
Hi Lance,
Where is your Input Value that you are Passing to the Procedure ?
Can You Please Post your Table Definition here. The PL/SQL numeric or value error in C# usually occurs occurs when we try to convert varchar datatype to number datatype and the varchar value cannot be converted to number datatype.
Thanks, Shankar M