Bad Timestamp Format - Mailing list pgsql-jdbc

From Gunaseelan Nagarajan
Subject Bad Timestamp Format
Date
Msg-id 02012614331500.03759@linux
Whole thread Raw
In response to Re: Inserting Non English characters in a varchar type field  ("Oliver Friedrich" <oliver@familie-friedrich.de>)
Responses Re: Bad Timestamp Format  ("Thomas O'Dowd" <tom@nooper.com>)
Re: Bad Timestamp Format  (Gunaseelan Nagarajan <gnagarajan@dkf.de>)
List pgsql-jdbc
hi,
I get the following error while retrieving a datetime column using
getTimestamp.

Bad Timestamp Format at 12 in 1970-1-1 0:0;


Bad Timestamp Format at 12 in 1970-1-1 0:0
        at org.postgresql.jdbc2.ResultSet.getTimestamp(Unknown Source)
        at org.postgresql.jdbc2.ResultSet.getTimestamp(Unknown Source)
        at
org.jboss.pool.jdbc.ResultSetInPool.getTimestamp(ResultSetInPool.java:734)

regards,
Nagarajan.

pgsql-jdbc by date:

Previous
From: Rene Pijlman
Date:
Subject: Re: compiling postgres 7.1.3 with ANT and JAVA
Next
From: "Thomas O'Dowd"
Date:
Subject: Re: Bad Timestamp Format