Where is ODBC File DSN in Windows Vista

In Windows XP, 2003, there is one registry entry for locating the ODBC file in the system:

HKEY_LOCAL_MACHINE \ SOFTWARE \ ODBC \ ODBC.INI \ ODBC DSN \ DefaultDSNDir File

Where can I get the default DSN folder in Windows Vista and / or Windows 2008

Thanks,

+3
source share
1 answer

The registry key you specified is placed in Microsoft Office. There is also a version for the user, in HKEY_CURRENT_USER\Software\ODBC\odbc.ini\ODBC File DSN\DefaultDSNDir. See http://support.microsoft.com/kb/165866

+2
source

Source: https://habr.com/ru/post/1702684/


All Articles