Any ole db provider/consumer for PostgreSQL?

自闭症网瘾萝莉.ら 提交于 2020-01-15 10:16:17

问题


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://stackoverflow.com/questions/44819342/any-ole-db-provider-consumer-for-postgresql

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!