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
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.