How to get binary data from pgsql function - Mailing list pgsql-interfaces

From MaksimRomanov
Subject How to get binary data from pgsql function
Date
Msg-id 001401c23706$8cfc6d80$1201a8c0@virton.local
Whole thread Raw
List 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 by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: [pgaccess-users] pgaccess BusinessExchange
Next
From: Jim Parker
Date:
Subject: Re: ECPG and dynamic SQL