Creating a Custom Driver Name - ODBC Driver for Teradata

ODBC Driver for Teradata® User Guide

Product
ODBC Driver for Teradata
Release Number
16.20
Published
August 2020
Language
English (United States)
Last Update
2020-08-25
dita:mapPath
fxv1527114222338.ditamap
dita:ditavalPath
Audience_PDF_product_legacy_odbc_include.ditaval
dita:id
B035-2526
lifecycle
previous
Product Category
Teradata Tools and Utilities
On Windows, custom driver names can be created using the registry.

Suppose the driver name Teradata is hardcoded in your application and you need to connect using the driver name Teradata rather than the default name of Teradata Database ODBC Driver 16.20.

  1. Open the registry.
    • For the 32 bit driver navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC\ODBCINST.INI.

    • For the 64 bit driver navigate to HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI.

  2. In the subdirectory ODBC Drivers, right-click and select New > String Value and name it Teradata.


  3. Right-click Teradata and select Modify.
    The Edit String dialog box appears.


  4. Type Installed in the Value data field.
  5. Right-click ODBCINST.INI, select New > Key and name it Teradata.


  6. For each string value field in Teradata ODBC Driver 16.20, create a corresponding value in the new custom key, Teradata. Under the new key, (Default), Description, Driver, and Setup appear as shown in the figure below.


Now you can create a new DSN with the driver name Teradata.