Problem with Date and UpdatableResultSet.java??

From: Aleksander Rozman - Andy <andy(at)kksonline(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Problem with Date and UpdatableResultSet.java??
Date: 2002-02-16 20:18:18
Message-ID: 5.0.2.1.0.20020216211132.021076a0@164.8.8.5
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi !

I need to use date in postgresql and I have big problems.
1. I tried to use INSERT but I got error (jdbc tried to convert into int4).
2. I tried to use commands as described in java jdbcx tutorial, but it
seems that all methods I need are not implemented. UpdatableResultSet in
totally un-implemented. Does anybody have any idea???
3. Ok, few days ago I tried to copy text delimeted with |, and I got error
adding date. Is there any way to do this? In this case I won't need
sollutions 1 and 2. I have to make about 500 entries, which is real problem
I can't add everything by hand...

Please help.
Andy

P.S. Please CC my address, since I am not on list.

**************************************************************************
* Aleksander Rozman - Andy * Fandoms: E2:EA, SAABer, Trekkie, Earthie *
* andy(at)kksonline(dot)com * Sentinel, BH 90210, True's Trooper, *
* andy(at)atechnet(dot)dhs(dot)org * Heller's Angel, Questie, Legacy, PO5, *
* Maribor, Slovenia (Europe) * Profiler, Buffy (Slayerete), Pretender *
* ICQ-UIC: 4911125 *********************************************
* PGP key available * http://www.atechnet.dhs.org/~andy/ *
**************************************************************************

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-02-16 22:10:13 Re: example of using java to fetch from a result set returned from a plpgsql function (in 7.2)
Previous Message Ned Wolpert 2002-02-15 19:41:13 Re: Connection Pooling