View a list of all the text configurations in the database.
Displaying a list of text configurations (Sybase Central)
Connect to the database as a user with DBA or RESOURCE authority.
In the left pane, select Text Configurations Objects.
A list of all text configurations appears in the right pane.
Displaying a list of text configurations (Interactive SQL)
Connect to the database as a user with DBA or RESOURCE authority.
Execute a SELECT statement.
For example, to list all text configuration objects, use:
SELECT * FROM SYSTEXTCONFIG;