用于 PostgreSQL 的优秀 OleDB/ODBC 提供程序
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/332518/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Good OleDB/ODBC provider for PostgreSQL
提问by Sebastian Hoitz
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
我需要一个用于 PostgreSQL 的功能性 OleDB 数据提供程序。它应该类似于 MySQL 的 ODBC 提供程序。见http://dev.mysql.com/downloads/connector/odbc/5.1.html
采纳答案by Arthur Thomas
The postgres software cataloghas some providers on there.
postgres软件目录中有一些提供程序。
回答by Stradas
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/
dotConnect for PostgreSQL(来自 Devart)提供了一个很好的方法。它快速且有效。免费版将为您提供基本的 ADO.net 支持,付费版提供其他一切。ODBC 没有免费版本。
http://www.devart.com/dotconnect/postgresql/
编辑
在单独的页面上添加到 ODBC 连接器的直接链接。
https://www.devart.com/odbc/postgresql/
回答by Gugelhupf
If you want to check the last version of ODBC for PosgreSQL : http://www.postgresql.org/ftp/odbc/versions/
如果您想检查 PosgreSQL 的 ODBC 的最新版本: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.
输入安装程序的“msi”文件夹。但是要小心,当您使用 ODBC 时,有 32 位和 64 位版本。所以选择正确的。