|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Calling stored procedures within a trigger
Hi all,
I would like to know if is possible to call a stored procedure within a trigger. I get always the following error on this line of code. new.cash = NEW_PROCEDURE(2,2); ------------------- Function unknown. NEW_PROCEDURE. Thanks a lot |
|
#2
|
|||
|
|||
|
..try:
Code:
EXECUTE PROCEDURE NEW_PROCEDURE(2,2); ...just a guess |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Calling stored procedures within a trigger |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|