Bad timestamp external representation ''

From: "Katalina Marcos" <kmarcos(at)mazda(dot)com(dot)co>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Bad timestamp external representation ''
Date: 2004-04-19 15:36:14
Message-ID: 000001c42624$0cdb8e10$770210ac@kmarcos
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi all.

In advance, sorry for my English mistakes.

I have a problem when i try to insert a row in a PostgreSQL 7.3 with jdbc:

The table have a timestamp column without time zone and it's not null. If a
send a date, the insert is ok, but if I put
call.setNull(idxField,Types.TIMESTAMP);

I get Bad timestamp external representation ''

I tried too with call.setTimestamp(idxField,null); and I get the same error.

Somebody can help me? I tried with all the new versions in
http://jdbc.postgresql.org/download.html

Thanks a lot!

Kata

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Katalina Marcos 2004-04-19 15:44:41 RV: Bad timestamp external representation ''
Previous Message Kris Jurka 2004-04-18 11:57:07 Status of server prepare threshold patch.