Bad boy Warrior Posted October 28, 2008 Posted October 28, 2008 I would like to create a driver for SQL so its listed under ODBC (System DSN). So far i have this code:@ECHO OFF REM Update... odbcconf.exe /a {CONFIGSYSDSN "SQL Server" "DSN=Name|Description=Description to add|SERVER=production\in|Network=DBMSSOCN|Trusted_Connection=Yes|Database=Inventory_control"} REM pause @CLS @EXITThis works but i cant figure out how to add a username and password which is listed in our Sql database - Is this possible, if yes is there anyway to encrypt it?Thanks
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now