Adding records via Ole Db

From: Erwin van der Valk <The(dot)Falcon(at)caiw(dot)nl>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Adding records via Ole Db
Date: 1999-11-12 09:38:42
Message-ID: 382BE021.DB1D2B58@caiw.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)caiw(dot)nl

Browse pgsql-interfaces by date

  From Date Subject
Next Message Manuel Weindorf 1999-11-12 09:47:55 Problem with C functions ?
Previous Message Dave Page 1999-11-12 08:53:56 RE: THE Postgres WEB SITE