Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle JDBC Timestamp error - ORA-01841
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 BoyerReceived on Thu May 13 2004 - 16:30:23 CDT
![]() |
![]() |