Driver Setup DLLs
The driver setup DLL is written by the driver developer. It can be part of the
driver DLL or a separate DLL.
SQLWriteDSNToIni. Add a data source.
SQLRemoveDSNFromIni. Delete a data source.
SQLWritePrivateProfileString. Write a driver-specific value under a data source specification subkey.
SQLGetPrivateProfileString. Read a driver-specific value from a data source specification subkey.
SQLGetTranslator. Prompt the user for a translator name and option. This function calls ConfigTranslator in the translator setup DLL.