Adding an event to a database

 Add an event to a database (Sybase Central)
  1. Use the SQL Anywhere 12 plug-in to connect to the database as a user with DBA authority.

  2. In the left pane, right-click Events and click New » Event.

  3. Follow the instructions in the Create Event Wizard.

    Detailed explanations for event options are explained in other tasks.

 Add an event to a database (SQL)
  1. Connect to the database as a user with DBA authority.

  2. Execute a CREATE EVENT statement.

    The CREATE EVENT statement contains many options, depending on the event you want to create. These are explained in detail in other tasks.

    See CREATE EVENT statement.