How to view text configuration objects in the database

You can view information about text configuration objects in the database using Sybase Central, or by using a SQL statement.

 To view settings for a text configuration object (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority or as the owner of the text configuration object.

  2. In the left pane, click Text Configuration Objects.

  3. Double-click the text configuration object to view its settings.

 To view settings for a text configuration object (SQL)
  1. Connect to the database as a user with DBA authority, or as the owner of the text configuration object.

  2. Query the SYSTEXTCONFIG system view, as follows:

    SELECT * FROM SYSTEXTCONFIG;
 See also