Re: Connections/Statements/ResultSets (Was: Re: Pooling

From: "Michael Paesold" <mpaesold(at)gmx(dot)at>
To: João Paulo Caldas Ribeiro <jp(at)mobicomp(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Connections/Statements/ResultSets (Was: Re: Pooling
Date: 2002-08-30 10:44:09
Message-ID: 005301c25012$2dfe0210$0100a8c0@beeblebrox
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

João Paulo Caldas Ribeiro wrote:

> I dont know about the JDBC specs but i remember that i used a Oracle
> JDBC driver that only supported one 1 connection --> 1 resultset at time.
> I will try to find something about the specs.

Probably the specs really don't specify this, but they will require that
the methods getResultSetConcurrency(), getResultSetHoldability() and
getResultSetType() return the correct values.

Regards.
Michael

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message João Paulo Caldas Ribeiro 2002-08-30 11:01:04 Re: Connections/Statements/ResultSets (Was: Re: Pooling
Previous Message Michael Paesold 2002-08-30 10:37:53 Re: Connections/Statements/ResultSets (Was: Re: Pooling