Logon Sequence - OLE DB Provider for Teradata

OLE DB Provider for Teradata User Guide

Product
OLE DB Provider for Teradata
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2498
Product Category
Teradata Tools and Utilities

Logon Sequence

To log on

1 In the Teradata Connection dialog box, enter data into the appropriate fields.

2 Click OK or Cancel.

 

IF...

THEN...

the user clicks OK,

1 OLE DB Provider for Teradata sets the corresponding properties with the data that the user entered.

2 OLE DB Provider for Teradata attempts to initialize the Teradata Data Source.

3 If the Teradata Data Source initialization succeeds, OLE DB Provider for Teradata returns S_OK to the consumer.

4 If the Teradata initialization does not succeed, OLE DB Provider for Teradata returns an error to the consumer.

the user clicks Cancel,

OLE DB Provider for Teradata returns DB_E_CANCELLED to the consumer.