2012-10-08 2 views
2

.net 응용 프로그램에서 greenplum 데이터베이스에 연결하려고합니다. Greenplum은 odbc와 oledb를 지원하지만 connectionstring과 all이 어떻게되어야하는지 잘 모르겠습니다. 아무도 도와 줄 수 있어요..Net에서 GreenPlum 데이터베이스에 연결

미리 감사드립니다.

+0

http://deebujacob.blogspot.com/2011/06/cnet-and-greenplum.html – JleruOHeP

+0

그들은 PostgreSQL을 사용하여 시작했습니다. 먼저 시도해보십시오. http://connectionstrings.com/postgre-sql –

+0

이 작업을 수행 했습니까? – Vivekh

답변

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을 시도하십시오.