How to use OLE DB provider for Teradata

This article explains how to use OLE DB provider for Teradata and connection string related with it.
  • 2648

Introduction

OLE DB provider for Teradata allows users to connect to a Teradata database. It is the set of Component Object Model (COM) interfaces and objects that provides applications with uniform, standard access to any data source. The connection string used for OLE DB provider for Teradata is given below.

Syntax

Provider=TDOLEDB;Data Source=server_add;Persist Security Info=True;User ID=user_name;Password=password;Session Mode=ANSI;

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.