Was this helpful?
DROP DBEVENT
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The DROP DBEVENT statement drops the specified database event.
The DROP DBEVENT statement has the following format:
[EXEC SQL] DROP DBEVENT [schema.]event_name;
The DROP DBEVENT statement drops the specified database event. If applications are currently registered to receive the database event, the registrations are not dropped. If the database event was raised prior to being dropped, the database event notifications remain queued, and applications can receive them using the GET DBEVENT statement.
For a full description of database events, see Database Events on page 27.
Last modified date: 01/30/2023