Re: JDBC driver implementation

From: Barry Lind <barry(at)xythos(dot)com>
To: Robinson <netviews(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC driver implementation
Date: 2001-10-26 18:56:06
Message-ID: 3BD9B1C6.4060903@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


The jdbc driver does not support updateable result sets. If you want to
update the data you need to do it the old fashioned way (i.e. use update
SQL statements).

thanks,
--Barry

Robinson wrote:

> Hello,
>
> I have a situation where I just want the changes to be made temporarily
> in the ResultSet. I don't want to commit the changes to the
> database. When I use the ResultSet.updateString(...),
> ResultSet.updateBoolean(...), or ResultSet.updateObject(...) methods; I
> get the message "This method is not yet implemented." Looks like the
> implementation for the above methods has not yet been provided in
> version 7.1.2
>
> I don't know if I am alone in this situation. Has anyone encountered
> such a problem? And how have you gotten around solving the it.
>
> The problem:
> - Being unable to update an updatable resultset in PostgreSQL 7.1.2
>
> Thanks
>
>
> ------------------------------------------------------------------------
> *Do You Yahoo!?*
> Make a great connection at Yahoo! Personals
> <http://rd.yahoo.com/mktg/mail/txt/tagline/?http://personals.yahoo.com>.

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ned Wolpert 2001-10-26 19:22:58 Re: j2ee compatiable jdbc driver on jdbc.postgresql.org?
Previous Message Barry Lind 2001-10-26 18:54:15 Re: j2ee compatiable jdbc driver on jdbc.postgresql.org?