MDAC 2.5 SDK - ODBC Programmer's Reference
Chapter 18: Installing ODBC Components
Each translator listed in the ODBC Translators subkey has a subkey of its own. This subkey has the same name as the corresponding value under the ODBC Translators subkey. The values under this subkey list the full paths of the translator and translator setup DLLs and the usage count. The formats of the values are as shown in the following table.
Name | Data type | Data |
Translator | REG_SZ | translator-DLL-path |
Setup | REG_SZ | setup-DLL-path |
UsageCount | REG_DWORD | count |
For example, suppose the Microsoft® Code Page Translator has a translation DLL named Mscpxl32.dll, that the translator setup functions are in the same DLL, and that the translator has been installed three times. The values under the Microsoft Code Page Translator subkey might be as follows:
Translator : REG_SZ : C:\WINDOWS\SYSTEM32\MSCPXL32.DLL
Setup : REG_SZ : C:\WINDOWS\SYSTEM32\MSCPXL32.DLL
UsageCount : REG_DWORD : 0x3