How to use Teradata ODBC driver

This article explains how to use Teradata ODBC driver and connection string related with it.
  • 1933

Introduction

ODBC Teradata driver is used to access Teradata database from other tools and applications. The connection string used for Teradata ODBC driver have five parameters Provider, DBC name, Database, User id and Password.

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.