Testing example programs

To test the example program, follow these steps:

  1. Use isql to connect to server_name:

    isql -Uusername -Ppassword -S server_name
    
  2. Enter the following query (or any SQL command):

    select * from sysservers
    

You may now execute any SQL commands.

A client program can stop an example by executing the stop_serv registered procedure from an Adaptive Server.