Re: How to store and retreiving binary data using VC++ ?

From: John K Herreshoff <jkherr(at)centurytel(dot)net>
To: Bui Nguyen Minh <minh_bn(at)yahoo(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: How to store and retreiving binary data using VC++ ?
Date: 2003-12-20 22:50:48
Message-ID: 200312201750.48254.jkherr@centurytel.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Check out the postgresql > gborg > odbc site. There is an example of using a
recordset to add data through ADO. It works well.

John.

On Saturday 20 December 2003 05:52, Bui Nguyen Minh wrote:
> Hi,
> i'm new to PostgreSQL. i don't know how to store and retreiving binary data
> using VC++ (using CRecorset ? ..) i'm using MFC classes: CRecordset,
> CDatabase and connect throught ODBC, it seems work for other types but not
> for binary data, can i using RFX_.. functions ?. Please help me ! Thankx.
> Bui Nguyen Minh.
>
>
> ---------------------------------
> Do you Yahoo!?
> New Yahoo! Photos - easier uploading and sharing

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Bui Nguyen Minh 2003-12-21 02:16:00 Re: How to store and retreive binary data using VC++ ?
Previous Message Bui Nguyen Minh 2003-12-20 10:52:10 How to store and retreiving binary data using VC++ ?