How to use ODBC driver for NetezzaSQL

This article explains how to use ODBC driver for NetezzaSQL and connection string related with it.
  • 3504

Introduction

Netezza SQL is the Netezza Structured Query Language (SQL), which runs on the Netezza data warehouse appliance. The Netezza implementation of the ODBC driver is an adaptation of an open source driver. The connection string used for NetezzaSQL ODBC driver is given below.

Syntax

Driver={NetezzaSQL};servername=server_name;port=port_num;database=database_name; username=user_name;Password=password;

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.