J Koe
J Koe

Reputation: 11

Any ole db provider/consumer for PostgreSQL?

I'm working with c++ visual studio 2015, currently i'm using sql server for database but now i'm switching on postgres DB but i'm not getting any relevent OLE DB consumer/provider please suggest.

Upvotes: 1

Views: 1953

Answers (1)

joanolo
joanolo

Reputation: 6328

You can either work with PGNP OLEDB Provider for PostgreSQL, Greenplum and Redshift or use a combination of Microsoft OLE DB Provider for ODBC and psqlODBC.

Although the second combination involves more components (and, probably, more layers), it's probably more up-to-date.

Upvotes: 2

Related Questions