我正在尝试从.net应用程序连接到greenplum数据库。 Greenplum支持odbc和oledb,但我不确定连接字符串和所有字符串应该如何。任何人都可以帮忙。
提前致谢。
答案 0 :(得分: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。