C
Christopher Caswell
How can I execute a procedure that is named in a variable or a field in a
table? E.g.:
Procedure is called MyAfterInsert(). This procedure is named in variable
'X' or in a field. How can I get something to the tune of 'call X' to
execute MyAfterInsert()? How would I do this for a procedure with
arguments?
table? E.g.:
Procedure is called MyAfterInsert(). This procedure is named in variable
'X' or in a field. How can I get something to the tune of 'call X' to
execute MyAfterInsert()? How would I do this for a procedure with
arguments?