Brio returning data through stored procedures.

Поиск
Список
Период
Сортировка
От Doug Thom
Тема Brio returning data through stored procedures.
Дата
Msg-id A9D51A18173BD043BC843DAFB9CA48EC9A79F4@VMAIL.iagr.net
обсуждение исходный текст
Ответы Re: Brio returning data through stored procedures.  (David Gardner <david.gardner@yucaipaco.com>)
Список pgsql-odbc

Hello, all,

 

I am wondering if anybody knows how to return data to Brio through ODBC from a function. If you are (or were) an Oracle user you may be familiar with defining a ref cursor type and including that as an OUT parameter. Brio then picks it up through ODBC and collects the results.

 

When I tried this in many different ways in Postgres the best I could get returned was either “<unnamed portal x>” where x increments for the number of times I tried it or what I passed in when I used the method that allows me to have the calling procedure name the cursor. But no data.

 

If anybody has run into this challenge I would love to hear if you were or were not successful. I’d really like to hear you were successful, of course, but if there is no way to do it then there’s no point me wasting any more time with it.

 

Thank you,

 

-Doug

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

Предыдущее
От:
Дата:
Сообщение: [ psqlodbc-Bugs-1000467 ] Can't use (b)lobs with Omnis Studio v4
Следующее
От: David Gardner
Дата:
Сообщение: Re: Brio returning data through stored procedures.