Re: JDBC rowsets

From: Jonathan Bruce <Jonathan(dot)Bruce(at)Sun(dot)COM>
To: Glenn Holmer <gholmer(at)weycogroup(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC rowsets
Date: 2004-04-23 16:59:39
Message-ID: 40894B7B.2010703@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Glenn,

Per JSR-114, JDBC RowSet Implementations, JDBC RowSets requires a JDBC
3.0 compliant driver to function correctly.

For further details see:

http://java.sun.com/products/jdbc

-Jonathan Bruce
JDBC Specification Lead and Architect
Sun Microsystems Inc.

Glenn Holmer wrote:

> Kris Jurka wrote:
>
>>
>> On Thu, 22 Apr 2004, Glenn Holmer wrote:
>>
>>> What is the state of (or schedule for) JDBC rowset support in
>>> Postgres? Does that require a full-blown JDBC 4.0 driver?
>>>
>
>> I was under the impression that rowsets were a database and driver
>> independent layer that could be built with any JDBC driver. So the
>> driver
>> developers wouldn't provide a rowset implementation, but someone like sun
>> would that coudl be used with any database.
>
>
> That's what I thought, too. A couple of people have tried using
> Postgres with Project Rave:
>
> http://wwws.sun.com/software/products/jscreator/
>
> but are having problems (Postgres isn't officially supported yet,
> it's an early access release).
>

In response to

Responses

  • jdbc cts at 2004-04-23 17:29:40 from Dave Cramer

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-04-23 17:29:40 jdbc cts
Previous Message Paul Thomas 2004-04-23 14:22:16 Re: Connecting to a DB through SSL