To create a text configuration object (Sybase Central)
Connect to the database as a user with DBA authority.
Right-click Text Configuration Objects and choose New » Text Configuration Object.
Follow the instructions in the Create Text Configuration Wizard.
The new text configuration object appears in the Text Configuration Objects pane.
To create a text configuration object (SQL)
Connect to the database as a user with DBA authority.
Execute a CREATE TEXT CONFIGURATION statement.
For example, the following statement creates a text configuration object called myTxtConfig using the default_char text configuration object as a template:
CREATE TEXT CONFIGURATION myTxtConfig FROM default_char; |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |