home *** CD-ROM | disk | FTP | other *** search
/ business-86-101-185-173.business.broadband.hu / business-86-101-185-173.business.broadband.hu.zip / business-86-101-185-173.business.broadband.hu / goatool / instodbc.cmd < prev    next >
OS/2 REXX Batch file  |  2013-12-03  |  337b  |  4 lines

  1. @echo off
  2. %WINDIR%\SysWOW64\odbcconf.exe CONFIGSYSDSN "SQL Server" "DSN=TGAME_GSP|Description=TGAME_GSP|SERVER=127.0.0.1,1433|Trusted_Connection=Yes|Database=TGAME_GSP"
  3. %WINDIR%\SysWOW64\odbcconf.exe CONFIGSYSDSN "SQL Server" "DSN=TGLOBAL_GSP|Description=TGLOBAL_GSP|SERVER=127.0.0.1,1433|Trusted_Connection=Yes|Database=TGLOBAL_GSP"
  4.