Kbase P74911: Is it possible to create an SQL-92 Java trigger for the SELECT Statement?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/04/2004 |
|
Status: Unverified
GOAL:
Is it possible to create an SQL-92 Java trigger for the SELECT Statement?
FIX:
No it is not possible. The 'CREATE TRIGGER' statement creates triggers for the INSERT, UPDATE, or DELETE statement events. See the "Java Stored Procedures and Triggers" chapter of the "Progress SQL-92 Guide and Reference" for more details.