Merk
Tilgang til denne siden krever autorisasjon. Du kan prøve å logge på eller endre kataloger.
Tilgang til denne siden krever autorisasjon. Du kan prøve å endre kataloger.
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