ODBCTranslator Table

The ODBCTranslator table lists the ODBC translators belonging to the installation.

The ODBCTranslator table has the following columns.

Column Type Key Nullable
Translator Identifier Y N
Component_ Identifier N N
Description Text N N
File_ Identifier N N
File_Setup Identifier N Y

 

Columns

Translator

Internal token name for translator. A primary key for the table.

Component_

External key into the Component table.

Description

The description registered for this ODBC driver translator. This value cannot be localized.

File_

The DLL file for the transfer listed in the Translator 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 translator if it is different from the Translator 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.

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