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: Luch <optimaljedi_at_nospam.com>
Date: Fri, 14 May 2004 02:56:18 GMT
Message-ID: <mzWoc.4989$zO3.2521@newsread2.news.atl.earthlink.net>


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

Original text of this message

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