Verifying that you can connect to servers

Use isql to perform a quick test. Source SYBASE.csh or SYBASE.sh. Then use isql to connect to servers:

  1. At the command prompt, enter:

    isql -Usa -P<password or leave it blank>
        -Sserver_name
    

    where server_name is the Adaptive Server name.

    The command prompt is displayed if the login is successful.

  2. To display the Adaptive Server version number, enter:

    1> select @@version
    2> go
    

    The Adaptive Server version number is displayed. The output should show Adaptive Server at version 15.0.1.

    If you encounter errors, see the Troubleshooting Guide.