Re: Problem with Date and UpdatableResultSet.java??

From: "Dave Cramer" <Dave(at)micro-automation(dot)net>
To: "'Aleksander Rozman - Andy'" <andy(at)kksonline(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Problem with Date and UpdatableResultSet.java??
Date: 2002-02-21 21:23:15
Message-ID: 001d01c1bb1d$f9b66350$8201a8c0@inspiron
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi Andy,

Can you send a small piece of code which shows the failure, jdbc handles
dates without any problems. I use them all the time

Dave
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Aleksander Rozman
- Andy
Sent: Saturday, February 16, 2002 3:18 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] Problem with Date and UpdatableResultSet.java??

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/
*
************************************************************************
**

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Paul Bethe 2002-02-21 21:57:10 JDBC CStmt (inline this time)
Previous Message Marc Lavergne 2002-02-21 19:20:16 Re: compile of jdbc driver failed