Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good OleDB/ODBC provider for PostgreSQL

I'm in need of a functional OleDB data provider for PostgreSQL. It should be similar to the ODBC provider for MySQL. See http://dev.mysql.com/downloads/connector/odbc/5.1.html

like image 255
Sebastian Hoitz Avatar asked Dec 01 '08 22:12

Sebastian Hoitz


2 Answers

The postgres software catalog has some providers on there.

like image 134
Arthur Thomas Avatar answered Oct 23 '22 09:10

Arthur Thomas


dotConnect for PostgreSQL (from Devart) offers a pretty good one. It is fast and works. The free version will give you your basic ADO.net support, the pay offers everything else. ODBC doesn't have a free version.
http://www.devart.com/dotconnect/postgresql/
edit
Adding the direct link to the ODBC connector as it is on a separate page.
https://www.devart.com/odbc/postgresql/

like image 26
Stradas Avatar answered Oct 23 '22 07:10

Stradas