How to get binary data from pgsql function

Поиск
Список
Период
Сортировка
От MaksimRomanov
Тема How to get binary data from pgsql function
Дата
Msg-id 001401c23706$8cfc6d80$1201a8c0@virton.local
обсуждение исходный текст
Список pgsql-interfaces
Hi
 
    I want to return miltiplie row data from stored procedure in binary format; I use "libpq++" DLL for access to PostgreSql and I want to take binary data from pointer returned by PgDatabase::GetData(int,int).
    I have found only one way to receive binary data from backend - to use  "DECLARE BINARY CURSOR" statement - but I don't know way to use this statement with plpgsql function;
   Is there any deccision?
 
Thanks.

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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: [pgaccess-users] pgaccess BusinessExchange
Следующее
От: Jim Parker
Дата:
Сообщение: Re: ECPG and dynamic SQL