How to connect to NetezzaSQL ODBC driver

This article explains the connection string used to connect to NetezzaSQL ODBC driver in .NET framework.
  • 2613

Introduction

The .NET Framework Data Provider for ODBC supports both local and distributed transactions. It uses native ODBC Driver Manager through COM interop to enable data access. Connection string used to connect to NetezzaSQL ODBC driver in .NET framework is given below.

Syntax

Driver={NetezzaSQL};servername=server_add;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.