
Can you create ODBC connections using VBScript?
Yes you can... Check out this page for a great script.
http://www.swynk.com/winscript/DOCS_AutoDSN.asp
This requires the database server to use windows integrated authentication
however.. Not SQL authentication.
If anyone knows how to configure a script for SQL authentication
please let me know. I've been searching for weeks with no luck so far.
Thanks.
Bill Tillson
Quote:
> I am wanting to setup the actual ODBC connection parameters using
> VBscript. Is this possible?