Subject Re: [ib-support] Creating Tables Problem
Author Ivan Prenosil
> I need to create a table at a stored procedure, but it fails.

SQL distinguishes between DDL and DML.
Because stored procedure is DML command
and creating table is DDL command, how would you classify
stored procedure with DDL command inside ?
PHL (Professional Hybrid Language) ? :-)

You should understand that stored procedure in Firebird
_is_ command, not just server side script.

Do you know that the maximum number of tables per database is 64K?


> So, I think firebird is not a profesional sql engine for me to deploy with.

And you expect to become a professional just by using professional engine ? :-)

Ivan
http://www.volny.cz/iprenosil/interbase