Adding records via Ole Db - Mailing list pgsql-interfaces

From Erwin van der Valk
Subject Adding records via Ole Db
Date
Msg-id 382BE021.DB1D2B58@caiw.nl
Whole thread Raw
List pgsql-interfaces
Hi there,
I'm having trouble with inserting records into an PostgreSQL server from
a visual C++ application using OLE DB.

I'm writing a Visual C++ application that communicates with several
datasources, including a PostgreSQL database server. To do that I'm
using OLE DB, since OLE DB can also interact with non relational
datasources.

I have installed the ODBC driver for postgres, and there is an OLE DB
Provider for ODBC. Using that provider I can insert records into a MS
SQL server, or into an Access database, but for some reason I can not
insert or update records into the PostgreSQL server. I can delete or
select records, but inserting doesn't work.

Is there anybody who knows how to work around this problem?

Thanks a lot,
Erwin van der Valk
falcon@caiw.nl



pgsql-interfaces by date:

Previous
From: Dave Page
Date:
Subject: RE: THE Postgres WEB SITE
Next
From: Manuel Weindorf
Date:
Subject: Problem with C functions ?