Re: Problem with IN parameters to an Oracle stored procedure



On Nov 7, 4:03 pm, "joeNOS...@xxxxxxx" <joe.weinst...@xxxxxxxxx>
wrote:

what happens if you change the procedure definition to have all
the parameters defined as NUMBER

Tried that now. No luck. Still the same.

, or NUMBER (20,0)?

What do you mean by that?
clientID IN NUMBER (20,0)
gives me a compile error.

.