posted 12 years ago
hi Expert
i have an issue about how to call store procedure from database and i got this error when i passing paramater to the store procedure
ORA-01858: a non-numeric character was found where a numeric was expected
and this is my code
and the error pointed at paramater 3 = cs.setInt(3, new Integer(endSuffix));
and this the code from store procedure
actually i thought that i've setted the parameter as Integer but why could i got this error?