Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle JDBC Timestamp error - ORA-01841
Tried that too... same results. Any other ideas? I don't understand why it
won't set this Timestamp value.
"Galen Boyer" <galenboyer_at_hotpop.com> wrote in message
news:uisf0m2zw.fsf_at_standardandpoors.com...
> On 13 May 2004, optimaljedi_at_hotmail.com wrote:
>
> > ps.setTimestamp(3, t, null);
>
> Not sure because I've never used this method signature, but you
> are trying to use a null Calendar object to setTimestamp. Maybe
> use the other method signature?
>
> ps.setTimestamp(3, t);
>
> --
> Galen Boyer
Received on Thu May 13 2004 - 21:56:18 CDT
![]() |
![]() |