Re: TimeStamp problem... - Mailing list pgsql-jdbc

From Vitali Petrov
Subject Re: TimeStamp problem...
Date
Msg-id F16794wyrvK0KrCZpmM00001140@hotmail.com
Whole thread Raw
In response to TimeStamp problem...  ("Vitali Petrov" <vitalipetrov@hotmail.com>)
List pgsql-jdbc
That's true!
Thank you!

>From: Tom Lane <tgl@sss.pgh.pa.us>
>To: "Vitali Petrov" <vitalipetrov@hotmail.com>
>CC: pgsql-jdbc@postgresql.org
>Subject: Re: [JDBC] TimeStamp problem... Date: Tue, 21 Jan 2003 09:59:35
>-0500
>
>"Vitali Petrov" <vitalipetrov@hotmail.com> writes:
> > Then I insert new values with timestamp into table I get an error:
> > Can anyone tell why?
>
> > Code:
> > PreparedStatement newPStat ...
> > newPStat.setTimestamp(1, Timestamp.valueOf("2003-01-21 12:25:14"));
> > newPStat.executeUpdate();
>
> > Error:
> > java.sql.SQLException: ERROR:  pg_atoi: error in "2003-01-21
> > 12:25:14.000000+02": can't parse "-01-21 12:25:14.000000+02"
>
>Since the complaint is coming from pg_atoi, it would seem that this
>string is being fed to an integer column, not a timestamp column at
>all.  Check your SQL...
>
>            regards, tom lane


_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus


pgsql-jdbc by date:

Previous
From: Alan Searles
Date:
Subject: Re: Postgresql 7.3.1 + JDBC Build from Source
Next
From: Tony Grant
Date:
Subject: Re: : Fw: Open Office