From: | Bui Nguyen Minh <minh_bn(at)yahoo(dot)com> |
---|---|
To: | pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: How to store and retreive binary data using VC++ ? |
Date: | 2003-12-21 02:16:00 |
Message-ID: | 20031221021600.85629.qmail@web41511.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Thank you!, but what about CRecordset ...? is it possible ?. In "PostgreSQL 7.2 Programmers Guide" wrote :
"In Visual C++, you can use the CRecordSet class, which wraps the ODBC API set within an MFC 4.2
class. This is the easiest route if you are doing Windows C++ development under Windows NT."
Regards
Bui Nguyen Minh
John K Herreshoff <jkherr(at)centurytel(dot)net> wrote: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
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
---------------------------------
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing
From | Date | Subject | |
---|---|---|---|
Next Message | Cyrille Chépélov | 2003-12-22 07:02:11 | Re: [patch] CodeGuard fix |
Previous Message | John K Herreshoff | 2003-12-20 22:50:48 | Re: How to store and retreiving binary data using VC++ ? |