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! »
-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:
Usage:
Manufacturer: Netezza
More info about this class library »
More info about this class library »
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
Usage: System.Data.Odbc.OdbcConnection
Manufacturer: Microsoft
More info about this wrapper class library »
More info about this wrapper class library »
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;
