To alter a text configuration object (Sybase Central)
Connect to the database as a user with DBA authority.
In the left pane, click Text Configuration Objects.
Right-click the text configuration object and choose Properties.
Edit the text configuration object properties and click OK.
To alter a text index (SQL)
Connect to the database as a user with DBA authority.
Execute an ALTER TEXT CONFIGURATION statement. For example, the following statement alters the minimum term length for the myTxtConfig text configuration object:
ALTER TEXT CONFIGURATION myTxtConfig MINIMUM TERM LENGTH 4; |
See Altering text configuration objects, and ALTER TEXT CONFIGURATION statement.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |