Displaying a list of text configurations

View a list of all the text configurations in the database.

StepsDisplaying a list of text configurations (Sybase Central)

  1. Connect to the database as a user with DBA or RESOURCE authority.

  2. In the left pane, select Text Configurations Objects.

    A list of all text configurations appears in the right pane.

StepsDisplaying a list of text configurations (Interactive SQL)

  1. Connect to the database as a user with DBA or RESOURCE authority.

  2. Execute a SELECT statement.

    For example, to list all text configuration objects, use:

    SELECT * FROM SYSTEXTCONFIG;