Bad Timestamp Format

From: Gunaseelan Nagarajan <gnagarajan(at)dkf(dot)de>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Bad Timestamp Format
Date: 2002-01-26 13:33:15
Message-ID: 02012614331500.03759@linux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas O'Dowd 2002-01-26 15:47:24 Re: Bad Timestamp Format
Previous Message Joseph Rajkumar 2002-01-26 09:56:02 libpq - main symbol unresolved.

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas O'Dowd 2002-01-26 15:47:24 Re: Bad Timestamp Format
Previous Message Rene Pijlman 2002-01-26 10:38:06 Re: compiling postgres 7.1.3 with ANT and JAVA