What are Triggers?
Answer Posted / ravi shankar porwal
Trigger are events that are fired automatically whenever
there are any changes made to the database file.The actions
that may cause of firing the events are - insert, update or
delete operations on database files.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is %CHECK?
Can level check error occur if we do chgpf?
what is subfile?
can you display a empty subfile?
how can I control from my cgis the cache of a remote browser?
what are different types of substems?
What is RETURN CURSER LOCATION in subfile?
Can any one explain the basic things about RLU and Printer Files and their Definitions for both and why are they used,i'm a newbee so please help me out
maximum number of subfiles that can defined in a rpg program for one display file is?
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
how many specifications are there in rpg/400? What are they?
can a indexed file be accessed in arrival sequence in rpg program?
what is *iso date format?
under given circumstances, my cgi should link to another site. How to implement this?
What are the different opcodes used for file operation on a subfile in a rpg pgm?