Contents|Index|Previous|Next
Translator Specification Subkeys
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:
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 MS
Code Page Translator subkey might be:
Translator : REG_SZ : C:\WINDOWS\SYSTEM32\MSCPXL32.DLL
Setup : REG_SZ : C:\WINDOWS\SYSTEM32\MSCPXL32.DLL
UsageCount : REG_DWORD : 0x3