PostgreSQL OLEDB驱动:PGNP

http://www.pgoledb.com/index.php?option=com_filecabinet&view=files&id=1&Itemid=68

 

驱动汇聚:

http://www.giveawayoftheday.com/postgresql+oledb+provider/

 

 

中文论坛:http://bbs.pgsqldb.com/index.php?t=msg&th=6200&rid=&S=4245455475a0f3d6246c4ebb0f3157ea&pl_view=&start=0#msg_37566

其他:

PostgreSQL OLE DB Provider

Type:    OLE DB Provider
Usage:  Provider=PostgreSQL OLE DB Provider
Manufacturer:  PgOleDb Development Team
Standard
PgOleDb requires a PQLib of version 7.4 or up and it also requires a backend of version 7.4 or up. Timestamps are only guarenteed to work with backends of version 8.0 and up.
Provider=PostgreSQL OLE DB Provider;Data Source=myServerAddress;location=myDataBase;User ID=myUsername;password=myPassword;timeout=1000;
Other valid Provider values is "PostgreSQL" and "PostgreSQL.1"
Standard alternative
Some reported problems with the above one. Try removing the timeout parameter to make it work.
Provider=PostgreSQL OLE DB Provider;Data Source=myServerAddress;location=myDataBase;User ID=myUsername;password=myPassword;

 

相关文章:

  • 2021-12-04
  • 2022-01-11
  • 2021-09-12
  • 2022-12-23
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2021-04-17
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-05-05
相关资源
相似解决方案