How do you programmatically create a system DSN using Powershell or .NET?

How to create a system DSN in the control panel on one PC using Powershell or .NET?

+6
source share
1 answer

This can be done with some registry changes. Follow this link:

http://derek858.blogspot.com/2010/02/create-32-bit-system-dsn-with.html

Note that for 64-bit you will use HKEY_LOCAL_MACHINE\Software\Odbc\Odbc.ini\

+7
source

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


All Articles