Subject Re: [IBO] Trigger and Stored Procedures
Author Jason Wharton
> For integrating a service tool in our application, I have 3 questions
> again :
>
> 1. How can I get all Names of the Stored Procedures and Triggers in a
> Database?
>
> 2. How can I get the complete content of the Stored Procedure /
> Trigger if I have the name?
>
> 3. How can I detect any dependencies on a table?
>
> I hope you can help me.

Use the IB_SQL tool. It does all this and you have full source to it.

Jason