ODBC and Visual C++

From: JT MacNeil <macneiljt(at)sur-gard(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: ODBC and Visual C++
Date: 2000-06-27 22:18:28
Message-ID: 293D63D8D3ACD21195130008C7099103607C0D@SG_MAIL.dscltd.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

I am currently writing a front end application is Visual C++ to work with a
Postgres backend. I set the recordset class' m_nDefaultType to dynaset in
the constructor, which should allow me to update the records. I compile the
program, and I get a messagebox telling me that the ODBC driver does not
support dynasets. If I try to do it as a snapshot, then there is no problem,
except that I cannot update. I am using a system DSN, and letting the Visual
C++ wizards generate the recordset/view classes using ODBC. Does anyone know
how I can get the ODBC driver to support dynasets? I'm sure it's really
easy, I just don't know ODBC that well.

J-T MacNeil (ext. 266)
Software QA Specialist
Sur-Gard Security Communications
Tel 416 667-0144
Fax 416 667-0038
e-Mail macneilj(at)sur-gard(dot)com

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Jean-Denis Girard 2000-06-27 23:53:28 Overhead of Pl/Perl ?
Previous Message Tom Lane 2000-06-27 21:36:57 Re: libpq & freeing character results