home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a025 / 6.ddi / ODSINIT.CMD < prev    next >
Encoding:
Text File  |  1992-09-15  |  614 b   |  19 lines

  1. echo off
  2. cls
  3. echo.
  4. echo This will configure your local server and update the OS2.INI 
  5. echo so that Open Data Services sample programs can be used.
  6. echo.
  7. echo If the server is not currently running, start it up at this time.
  8. pause
  9. echo.
  10. writeini -ASQLSERVER_PROCSRV -KQUERY -PDBNMPP,\PIPE\PROCSRV\QUERY
  11. writeini -ASQLSERVER -KSQLHIDE -PDBNMPP,\PIPE\SQLHIDE\QUERY
  12. echo isql -Usa -iodsinit.sql
  13. isql -Usa -iodsinit.sql 
  14. echo.
  15. echo.
  16. echo The server has been configured and the OS2.INI has been updated.
  17. echo In order to activate the new configuration, the server must be shutdown 
  18. echo and restarted.
  19.