Create a text configuration object

To create a text configuration object (Sybase Central)

  1. Connect to the database as a user with DBA authority.

  2. Right-click Text Configuration Objects and choose New » Text Configuration Object.

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

  1. Connect to the database as a user with DBA authority.

  2. 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;
    See also