Subject Re: Stored procedure problem
Author alex_vnru
--- In ib-support@y..., "DaveR" <mailings@b...> wrote:

> RECREATE PROCEDURE TEST (ID Integer) returns (TITLE VarChar(150))

Dave, try

DROP PROCEDURE TEST
CREATE PROCEDURE TEST...

I tried once RECREATE with old WISQL32.EXE and got the same problem.
Using IBExpert I had'nt such a problem. I hope any modern tool should
parse RECREATE right except IBConsole :)

Best regards, Alexander V.Nevsky.