4. SQL Statements : RAISE DBEVENT
 
Share this page                  
RAISE DBEVENT
Valid in: SQL, ESQL, DBProc, OpenAPI, ODBC, JDBC, .NET
The RAISE DBEVENT statement enables an application to notify other applications of its status.
This statement has the following format:
[EXEC SQL] RAISE DBEVENT [schema.]event_name [event_text]
               [WITH [NO]SHARE];
event_name
Specifies an existing database event name.