Subject Re: [ib-support] Stored Procedure
Author Helen Borrie
At 07:41 PM 27/12/2002 +0000, you wrote:
>Is it possible to create a stored procedure that would create a new
>database?

To augment Daniel's reply, you cannot use data definition language (DDL)
statements inside stored procedures or triggers at all. So, anything
starting with CREATE, DROP, ALTER or RECREATE is excluded. Also, any
statements **starting with** SET.

heLen