Blob - Mailing list pgsql-general

From LuisH
Subject Blob
Date
Msg-id 007701c459ad$567e5270$deea10ac@Toshiba
Whole thread Raw
List pgsql-general
Hi,
 
    I'm very new on this group.  I don't know if this is a old point here.
 
    My question is:   What is the best way to access Blob rows using C/C++ on PostgreSQL ?????
 
1)  Using ODBC and using SELECT I can use SQLGetData to receive many parts of each Blob.
2) Using ODBC and using STORED PROCEDURE i can't use SQLGetData and I need to receive all Blob on only one buffer.
    **** AM I correct or not ?  May I use STORED PROCEDURE to receive diferent lenght blobs ????????
 
3) Do we have best alternative on PostgreSQL to access BLOB fields from DataBase than using ODBC  ???????
 
 
 
 
Any help will be very usefull
Thanks in advance
LuisH>
=========================================
 

pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: langauges, locales, regex, LIKE
Next
From: "LuisH"
Date:
Subject: Performance