Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle JDBC Timestamp error - ORA-01841

Re: Oracle JDBC Timestamp error - ORA-01841

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 13 May 2004 16:30:23 -0500
Message-ID: <uisf0m2zw.fsf@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 - 16:30:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US