Script to create ODBC connection
Posted
by Mathew
on Stack Overflow
See other posts from Stack Overflow
or by Mathew
Published on 2009-12-10T18:43:26Z
Indexed on
2010/03/13
1:07 UTC
Read the original article
Hit count: 543
I need to deploy some software through SMS/SCCM and the software requires that an ODBC connection be created in Windows. The connection information I was given requires a user name and password. I have a batch script to import the connection information into the registry, however I don't know how to go about putting the user name and password in. I'd like to script this or put it in some kind of distributable package.
Thanks, -Mathew
© Stack Overflow or respective owner