Re: Problem catching multiple values

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Problem catching multiple values
Дата
Msg-id Pine.BSO.4.56.0505250146170.1172@leary.csoft.net
обсуждение исходный текст
Ответ на Problem catching multiple values  (hiuguis@iteso.mx)
Ответы Re: Problem catching multiple values  (hiuguis@iteso.mx)
Список pgsql-jdbc

On Tue, 24 May 2005 hiuguis@iteso.mx wrote:

>     Im having an problem when I try to catch multiple values from an SETOF
> float8 pgsql function invoked from java. This is the message that I get:

CallableStatements cannot be used for SETOF functions, only refcursor
returning functions.  It is best to call this with a normal
PreparedStatement or Statement that returns a ResultSet in the standard
fashion:  SELECT * FROM mysrf();

Kris Jurka

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Translation update: pl_PL
Следующее
От: Markus Schaber
Дата:
Сообщение: Re: ASCII to UNICODE conversion problems