Returning back a resultset from a stored function

Поиск
Список
Период
Сортировка
От Daniel Daoust
Тема Returning back a resultset from a stored function
Дата
Msg-id 20040827150409.37863.qmail@web40910.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Returning back a resultset from a stored function  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-odbc
Hi,

I am looking at ways to return a resultset from a
stored function through ODBC.
My background is in Oracle and I have to implement a
new VB6 system using PostgreSQL.

I have found that "psqlodbc" does not support the
refcursor type.
I also investigated the following form: " select *
from somefunc(); ", but realized that this worked only
inside "PL/pgSQL", therefore could not be used
directly from SQL.

First: Are my assumptions correct?
Second: Does anyone know a way to accomplish what I am
trying to do?

I would appreciate any thoughts on the subject.

Thank you,
Daniel


______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca

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

Предыдущее
От: "Lothar Behrens"
Дата:
Сообщение: Bug ?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Returning back a resultset from a stored function