jdbc driver Multiple Resultsets

Поиск
Список
Период
Сортировка
От Rajesh Balla
Тема jdbc driver Multiple Resultsets
Дата
Msg-id EAEGPPNBMKIBMAAA@mailcity.com
обсуждение исходный текст
Ответы Re: jdbc driver Multiple Resultsets  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-jdbc
Does the jdbc driver really support Multiple Resultsets?
If not, does the backend return multiple resultsets(for more than one query concatenated together)?

ie., For a query like
    ResultSet rs = stmt.executeQuery("select * from table1; select * from table2;");
    Does the resultset contain both the resultsets or only one result set.

Note:
On Sat, 25 Apr 1998, Bruce Momjian wrote:

The JDBC spec allows for multiple ResultSet`s to be returned from a query, and our driver handles this already.
......
But when we tried doing the above query, the resultset had only the first resultset.

So,Does the jdbc driver really support Multiple Resultsets?

Thanks,
Rajesh


Get 250 color business cards for FREE! at Lycos Mail
http://mail.lycos.com/freemail/vistaprint_index.html

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: jdbc works with java programs. not with tomcat.
Следующее
От: "Raghunath T"
Дата:
Сообщение: FW: Re: jdbc works with java programs. not with tomcat.