PostgreSQL Native Provider

5/3/2019
92 Comments

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

Sebastian Hoitz
Sebastian HoitzSebastian Hoitz

3 Answers

The postgres software catalog has some providers on there.

Arthur ThomasArthur 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. Fight night round 3 boxer list. 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/

StradasStradas

If you want to check the last version of ODBC for PosgreSQL :http://www.postgresql.org/ftp/odbc/versions/

Enter in the 'msi' folder for the installer.But be careful, when you are using ODBC, there is a 32bits and a 64bits version. So choose the right one.

GugelhupfGugelhupf

Not the answer you're looking for? Browse other questions tagged postgresqloledb or ask your own question.