Loading ad...
Connection strings for Netezza DBMS
OLE DB providers for Netezza DBMS
.NET libraries for Netezza DBMS
Netezza OLE DB
Type
OLE DB Provider
Usage Provider=NZOLEDB
Manufacturer Netezza
Usage Provider=NZOLEDB
Manufacturer Netezza
Standard
Provider=NZOLEDB;Password=myPassword;User ID=myUsername;Data Source=myServerAddress;Initial Catalog=myDataBase;Persist Security Info=True;Port=PortNumber;Logging Level=0 or 1;Log Path=Path to log;Optimize for ASCII=True / False;
NetezzaSQL ODBC Driver
Type
.NET Framework Class Library
Usage
Manufacturer Netezza
Usage
Manufacturer Netezza
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
Manufacturer Microsoft
Usage System.Data.Odbc.OdbcConnection
Manufacturer Microsoft
Use an ODBC driver from .NET
Driver={any odbc driver's name};OdbcKey1=someValue;OdbcKey2=someValue;
See the respective ODBC driver's connection strings options. The .net OdbcConnection will just pass on the connection string to the specified ODBC driver. Read more here.
.NET Framework Data Provider for OLE DB
Type
.NET Framework Wrapper Class Library
Usage System.Data.OleDb.OleDbConnection
Manufacturer Microsoft
Usage System.Data.OleDb.OleDbConnection
Manufacturer Microsoft
Use an OLE DB provider from .NET
Provider=any oledb provider's name;OledbKey1=someValue;OledbKey2=someValue;
See the respective OLEDB provider's connection strings options. The .net OleDbConnection will just pass on the connection string to the specified OLEDB provider. Read more here.