Collection Contents Index Introduction to using schedules and events Next PDF

SQL Anywhere® Server - Database Administration  > Automating Tasks Using Schedules and Events

Understanding events


You can automate routine tasks in SQL Anywhere by adding an event to a database, and providing a schedule for the event. SQL Anywhere supports three types of events:

After each execution of an event handler, a COMMIT occurs if no errors occurred. A ROLLBACK occurs if there was an error.


Collection Contents Index Introduction to using schedules and events Next PDF