Subject | Re: [Firebird-Architect] ALTER OR CREATE statements |
---|---|
Author | Martijn Tonies |
Post date | 2004-09-29T08:57:41Z |
Hi Simon,
with a full body just fine.
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> Are there any plans to add ALTER OR CREATE statements for certain objectsBut, this isn't required perse. You can create a procedure
> within FB
>
> I would be a lot simpler to have:
>
> ALTER OR CREATE PROCEDURE SP_TEST ()
> AS
> BEGIN
> ...
> END;
>
> Than:
>
> CREATE PROCEDURE SP_TEST ()
> AS
> BEGIN
>
> END;
>
> Followed by the procs body:
with a full body just fine.
> ALTER PROCEDURE SP_TEST ()With regards,
> AS
> BEGIN
> ...
> END;
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com