asp.net - Connectionstring of netezza with .net framework VS 2013 -
i saw connectionstring of netezza odbc .net framework , make me confude example:
driver={any odbc driver's name};odbckey1=somevalue;odbckey2=somevalue;
please me explain what's odbc driver's name what's somevalue in odbckey1 , odbckey2
the detail of server information following
data source=10.209.46.210:5480;user id=kbanke2e;password=1234;initial catalog=edw
when connecting netezza
in .net
use instead
"driver=netezzasql; server=10.209.46.210; port=5480; database=edw; persist security info=true; uid=kbanke2e; pwd=1234"
Comments
Post a Comment