ODBCSourceAttribute Table
The ODBCSourceAttribute table contains information about the attributes of data sources.
The ODBCSourceAttribute table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
DataSource_ | Identifier | Y | N |
Attribute | Text | Y | N |
Value | Formatted | N | Y |
Columns
-
DataSource_
-
Internal token name for data source. A primary key for the table.
-
Attribute
-
Name of data source attribute. A primary key for the table.
-
Value
-
The localizable string value for the 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