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. 回答1: 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. 来源: https:/