Triggers: Difference between revisions
From Pickwiki
Jump to navigationJump to search
New page |
m link fix |
||
Line 1: | Line 1: | ||
New page needs content | New page needs content | ||
Yes, Pick/MultiValue DBMS platforms support database triggers. A trigger is a BASIC subroutine that is executed when the database is accessed for Read or Write operations. | Yes, Pick[[/MultiValue]] DBMS platforms support database triggers. A trigger is a BASIC subroutine that is executed when the database is accessed for Read or Write operations. | ||
All MV platforms support triggers differently but in short you usually need to globally catalog a BASIC subroutine and then somehow register it so that the system knows that it exists. | All MV platforms support triggers differently but in short you usually need to globally catalog a BASIC subroutine and then somehow register it so that the system knows that it exists. |
Latest revision as of 23:48, 26 February 2015
New page needs content
Yes, Pick/MultiValue DBMS platforms support database triggers. A trigger is a BASIC subroutine that is executed when the database is accessed for Read or Write operations.
All MV platforms support triggers differently but in short you usually need to globally catalog a BASIC subroutine and then somehow register it so that the system knows that it exists.
Links to forum discussions and articles should be added below.
D3
See product documentation.
Caché
Reality
International Spectrum Magazine article
Unidata
Universe
Search for triggers in U2 Users Forum
International Spectrum Magazine article
Is this valid? : http://www.indexinfocus.com/dl/u2list/200207/35152.html