How to connect Teradata ODBC driver

This article describes the commands used to connect to Teradata ODBC driver in .NET framework.
  • 3059

Introduction

The ODBC driver for windows allows user to connect to the Teradata database from window's application. Connection string used to connect to Teradata ODBC driver have five parameters Provider, Database, DBC name, User id and Password. The connection string is given below.

Syntax

Provider=Teradata;DBCName=dbc_name;Database=database_name; Uid=user_name;Pwd=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.