home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo.
- echo This will configure your local server and update the OS2.INI
- echo so that Open Data Services sample programs can be used.
- echo.
- echo If the server is not currently running, start it up at this time.
- pause
- echo.
- writeini -ASQLSERVER_PROCSRV -KQUERY -PDBNMPP,\PIPE\PROCSRV\QUERY
- writeini -ASQLSERVER -KSQLHIDE -PDBNMPP,\PIPE\SQLHIDE\QUERY
- echo isql -Usa -iodsinit.sql
- isql -Usa -iodsinit.sql
- echo.
- echo.
- echo The server has been configured and the OS2.INI has been updated.
- echo In order to activate the new configuration, the server must be shutdown
- echo and restarted.
-