Hello,
I want to create table with 7 fields to contain some stuff for my website. Some of the fields like (username) are set to VARCHAR and for some reason when I click "save" I get error saying "This is not a number!" I changed all fields from VARCHAR to TINY TEXT and error desapared. Could anyone explain when should I use VARCHAR and is it safe to replace it with TINY TEXT? Also if you know a reason causing this...
Search Result
Collapse
2 results in 0.0036 seconds.
Keywords
Members
Tags
-
kaushal30 started a topic PLS-00306 Wrong number of types of arguments in call to 'Stored Procedure' {Pls help}in C SharpPLS-00306 Wrong number of types of arguments in call to 'Stored Procedure' {Pls help}
I am getting this error when I call a stored procedure from my C# code. It is a simple stored procedure with six params that inserts data :
PROCEDURE LHD_SUR_ADMNEXP _HDR_INS (
p_ORG_ID Varchar,
p_YEAR Varchar,
p_DATA_NOT_APPL ICABLE_ADMNEXP Number,
p_DATA_NOT_APPL ICABLE_OPENENR Number,
P_VALDN_EXCEPN_ MSG varchar,
...