The ODBCDriver table lists the ODBC drivers belonging to the installation.
The ODBCDriver table has the following columns.
Column | Type | Key | Nullable |
---|---|---|---|
Driver | Identifier | Y | N |
Component_ | Identifier | N | N |
Description | Text | N | N |
File_ | Identifier | N | N |
File_Setup | Identifier | N | Y |
Columns
- Driver
Internal token name for driver. A primary key for the table
- Component_
External key into the Component table.
- Description
The description registered for this ODBC driver. This value cannot be localized.
- File_
The DLL file for drivers listed in the Driver column. The File_ column is an external key into the File table. The filename entered in the Filename column of that File table record must be in the short filename format. The SFN|LFN syntax cannot be used.
- File_Setup
The setup DLL file for the driver if it is different than from Driver. The File_ column is an external key into the File table. The filename entered in the Filename column of that File table record must be in the short filename format. The SFN|LFN syntax cannot be used.
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.