Subject Re: [IBO] Please Help - How to extract DDL
Author Helen Borrie
At 04:50 AM 3/11/2003 +0000, you wrote:
>Hi,
>
>I'd like to be able to extract the stored procedure/trigger/table/etc
>ddl source from database programatically (not through a 3rd party
>app). I notice there is a TIB_DDL_Extract component which seems
>pretty cool but it does the extract for every stored proc/table/etc
>when I just want to get the ddl for a single object at a time.
>
>Is there a function or some way of getting the ddl of a specific
>database object using ibo?

Why not look at the code for the Filters tab of the Metadata extract tool
in the IB_SQL code? You'll find the project in your IBO root directory.

Helen