Closed
Description
The driver accesses the registry directly currently when a DSN name is received in the connection string.
This should be replaced with odbccp32.dll's SQLGetPrivateProfileString() & co. instead (for better portability also).
The driver accesses the registry directly currently when a DSN name is received in the connection string.
This should be replaced with odbccp32.dll's SQLGetPrivateProfileString() & co. instead (for better portability also).