Drops a text configuration object.
DROP TEXT CONFIGURATION [ owner.]text-config-name
Attempting to drop a text configuration object with dependent text indexes results in an error. You must drop the dependent text indexes before dropping the text configuration object.
Text configuration objects are stored in the ISYSTEXTCONFIG system table.
To determine the text indexes that refer to the text configuration object, see Accessing text index information in the database.
Must be the owner of the text configuration object or have DBA authority.
Automatic commit
SQL/2003 Vendor extension.
The following statement creates a text configuration object, mytextconfig, and then drops it:
CREATE TEXT CONFIGURATION mytextconfig FROM default_char; DROP TEXT CONFIGURATION mytextconfig; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |