What are Triggers?
Answers were Sorted based on User's Feedback
Answer / johnson m
Trigger is an action.It automatically invoked when specified
operation(delete,update,insert) takes place specified
time(before or after) in the physical file(database file).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aditya
Triggers are the programs need not to be run explicitly.
The functionality should be embeded in driver program and
as the driver program runs the trigger gets executed
automatically.
| Is This Answer Correct ? | 5 Yes | 9 No |
What is the maximum number of key fields allowed defining in a physical file?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
What Is The Object Type Of Pf, Lf, Printer File & Display File?
what is the use of UNIQUEUE KEY WORD? what is the difference between PFILE AND REF?
Hi,while writing a program, what is the mandatory specification using rpg/400 (in7 specification)?And please tell me what is the difference between SCAN AND CHECK opcodes?can any body tell me in real time senario?with example?
How do you check object lock
what is the difference between normal upddta to pf and updating using dfu program?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
Can we debug the MSGW JOBS?
what is xfoot opcode ?
how can i get the cursor position in display screen to to display my window?
what is the purpose of indicators in rpg?