【问题标题】:Connect to GreenPlum Database from .Net从 .Net 连接到 GreenPlum 数据库
【发布时间】:2012-10-08 07:09:27
【问题描述】:

我正在尝试从 .net 应用程序连接到 greenplum 数据库。 Greenplum 支持 odbc 和 oledb,但我不确定连接字符串和所有内容应该如何。谁能帮忙。

提前致谢。

【问题讨论】:

标签: c# .net odbc oledb greenplum


【解决方案1】:

假设您使用的是 PostgreSQL ODBC 驱动程序 (psqlODBC):

Driver={PostgreSQL};Server=IP address;Port=5432;Database=mydb;Uid=uname;Pwd=passwd;

请参阅http://connectionstrings.com/postgre-sql

免费驱动可以从http://pgfoundry.org/projects/psqlodbc/下载。

如果您想要商业支持的 Greenplum 驱动程序,请尝试http://www.datadirect.com/products/odbc/greenplum/index.html

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-05-18
    • 1970-01-01
    • 1970-01-01
    • 2017-09-01
    • 1970-01-01
    • 2017-07-13
    相关资源
    最近更新 更多