Subject Re: [ib-support] Create/Drop table in Stored Procedure
Author Woody
Use one of the scripting components to execute DDL queries directly.
Something like IBScript if using IBX. I don't use IBO so I don't know if
Jason has a script component but I would bet that he does.

Woody (TMW)

From: "goonct" <goonct@...>
> I understand that Firebird does not allow create/drop table in the
> stored procedure.
>
> What is your advise if I need to dynamically create and drop table
> during runtime ?
>
> rgds, chooi