Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » SQL Anywhere Server - SQL Usage » Querying and Modifying Data » Querying data » Text configuration objects

 

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. 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