Subject | Re: [ib-support] RECREATE statement |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-12-20T03:51:06Z |
"Martijn Tonies" <martijn@...> wrote in message
news:C1FE56B5C29FD211A99F00A0244BE820096159@SRV_BISIT...
you repeat the fail with RECREATE after that?
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing
news:C1FE56B5C29FD211A99F00A0244BE820096159@SRV_BISIT...
> Hi all,What happens if you use a DROP statement followed by a CREATE statement? Can
>
> I'm running the following command on a WI-T6.2.567 Firebird RC1 server:
>
> SET TERM ^! ;
>
> RECREATE PROCEDURE USP_TEST
> AS
> DECLARE VARIABLE TEST2 INTEGER;
> BEGIN
> TEST2 = GEN_ID(USER_ID, 1);
> END ^!
>
> set term ;^!
>
> The generator USER_ID exists, but the command fails with message:
you repeat the fail with RECREATE after that?
C.
--
Claudio Valderrama C. - http://www.cvalde.com - http://www.firebirdSql.org
Independent developer
Owner of the Interbase® WebRing