Reputation:
In Windows XP, 2003 there is one entry in the registry for ODBC file DNS location in the system:
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC File DSN\DefaultDSNDir
Where can I get the default DSN folder in Windows Vista and/or Windows 2008
Thanks,
Upvotes: 3
Views: 19063
Reputation: 867
The registry key you mentioned is put there by Microsoft Office. There is a per user version as well, in HKEY_CURRENT_USER\Software\ODBC\odbc.ini\ODBC File DSN\DefaultDSNDir
.
See http://support.microsoft.com/kb/165866
Upvotes: 2