You can view information about text configuration objects in the database using Sybase Central, or by using a SQL statement.
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.
In the left pane, click Text Configuration Objects.
Double-click the text configuration object to view its settings.
Connect to the database as a user with DBA authority, or as the owner of the text configuration object.
Query the SYSTEXTCONFIG system view, as follows:
SELECT * FROM SYSTEXTCONFIG; |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |