You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).