![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, We are using Pervasive 7, Win2000 Server I need to create a trigger that will call a procedure everytime a record has been update. I have the procedure sql but i have problems with the trigger CREATE PROCEDURE QtyShpd (in :SONU CHAR(100)) AS BEGIN UPDATE BKARINVL SET BKA_QTYSHIP = BKA_QTYORD WHERE BKA_SONUM = :SONUM; END; Can a trigger be "run" everything a record is updated it? Can the same trigger pass a value to the procedure?? Thank you All Bre-x, |
![]() |
| Thread Tools | |
| Display Modes | |
| |