Subject Re: [IBO] Using parameters in a trigger
Author Daniel Rail
Could you show us how you are doing it?

Daniel Rail
Senior System Engineer
ACCRA Med Software Inc. (www.accramed.ca)

At 14/02/2002 05:20 PM, you wrote:
>I am trying to create a after insert trigger that will execute a
>stored procedure. I need to pass one of the fields to the stored
>procedure. No mater what I do I get a unknown column error. How can
>I pass a a field as a variable to the stored procedure from within
>the trigger. Thanks.