Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: passing null value to callablestatement using java oracle
You should be able to pass a null to a SP, you must be trying to reference the value in the SP. Check to verify that it isn't null before you try and use it.
-- Robert Fazio, Oracle DBA rfazio_at_home.com remove nospam from reply address http://24.8.218.197/ <ljunquera_at_my-deja.com> wrote in message news:8gjctr$9cv$1_at_nnrp1.deja.com...Received on Fri May 26 2000 - 00:00:00 CDT
> I have a sp with a nullable date field. How do I set a field in a
> callable statement to be null? I get a null pointer exception if I
> pass a null.
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
![]() |
![]() |