Developers community number 1 connection string reference

Connection strings for Netezza DBMS

Providers to use when connecting to Netezza DBMS
Finding this site useful?

-Say "Thanks" to Mattias Olgerfelt and the other contributing developers!

-Thank you! »
This one is for version 4.5 of the Netezza open client.

NetezzaSQL ODBC Driver

Type:    .NET Framework Class Library
Usage: 
Standard
Driver={NetezzaSQL};servername=myServerAddress;port=myPortNumber;database=myDataBase; username=myUsername;password=myPassword;
 

.NET Framework Data Provider for ODBC

Type:    .NET Framework Wrapper Class Library
Usage:  System.Data.Odbc.OdbcConnection
Bridging to NetezzaSQL ODBC Driver
This is just one connection string sample for the wrapping OdbcConnection class that calls the underlying ODBC Driver. See respective ODBC driver for more connection strings to use with this class.
Driver={NetezzaSQL};servername=myServerAddress;port=myPortNumber;database=myDataBase; username=myUsername;password=myPassword;
 
Copyright © 2010 ConnectionStrings.com   |   All Rights Reserved   |   Powered by CSAS   |   Send feedback, articles, requests and more connection strings here.