Was this helpful?
REMOVE DBEVENT
Valid in: SQL, ESQL, OpenAPI, ODBC, JDBC, .NET
The REMOVE DBEVENT statement removes a database event for which an application has previously registered.
The REMOVE DBEVENT statement has the following format:
[EXEC SQL] REMOVE DBEVENT [schema.]event_name;
The REMOVE DBEVENT statement specifies that an application no longer intends to receive the specified database event.
If the database event has been raised before the application removes the registration, the database event remains queued to the application and will be received when the application issues the GET DBEVENT statement.
Last modified date: 04/03/2024