Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.72 KB

odbcattribute-table.md

File metadata and controls

71 lines (41 loc) · 1.72 KB
description ms.assetid title ms.topic ms.date
The ODBCAttribute table contains information about the attributes of Open Database Connectivity (ODBC) drivers and translators.
82fd83d4-22dd-4641-807b-d2b263918e4c
ODBCAttribute Table
article
05/31/2018

ODBCAttribute Table

The ODBCAttribute table contains information about the attributes of Open Database Connectivity (ODBC) drivers and translators.

The ODBCAttribute table has the following columns.

Column Type Key Nullable
Driver_ Identifier Y N
Attribute Text Y N
Value Formatted N Y

 

Columns

Driver_

Internal token name for a driver. A primary key for the table. A foreign key into the ODBCDriver table.

Attribute

Name of the driver attribute. A primary key for the table.

Value

Localizable string value for attribute.

Remarks

The InstallODBC and RemoveODBC actions in sequence tables process the information in this table. For information about using sequence tables, see Using a Sequence Table.

Validation

ICE03
ICE06
ICE32
ICE46