Re: USING MFC CRecordset for accessing POSTGRES via ODBC

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: Oliver Stegle <ostegle(at)fr(dot)infra(dot)net>
Cc: "pgsql-interfaces(at)postgreSQL(dot)org" <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: USING MFC CRecordset for accessing POSTGRES via ODBC
Date: 1998-05-17 20:41:15
Message-ID: 355F4B6A.771BC200@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Oliver Stegle wrote:

> Hello Byron!
>
> I've got a small question.
>
> Is it possible to access the PostgresQL-Server's ODBC-Interface with a MFC
> CRecordset???
> If I do so, I always get Exceptions caused by ODBC-Behaviorchecks in the
> MFC-Classes around the Recordset.
> (I used a dynaset)
>
> Or will I have to use the ODBC C-Lolevel Interface?
>

I really dont know anything about the MFC CRecordSet.
But, if it is just some behavior checks stopping it, I would like to know what
they are.
I imagine MFC is doing "info" related tests like, does the driver support
positioned update, and what kind of cursor action on result sets, etc.

If you could do an odbc trace on it, then send me the sql.log file, I could
look at it and let you know.

If there isn't something obvious in the log, then maybe you could send me a
simple test program that uses this CRecordSet.

Byron

Browse pgsql-interfaces by date

  From Date Subject
Next Message Constantin Teodorescu 1998-05-18 08:50:01 Re: [INTERFACES] pgsql for W95
Previous Message Herouth Maoz 1998-05-17 13:04:51 Re: [INTERFACES] pgsql for W95