Subject Re: [firebird-support] Initializing Generators in Stored Procs
Author evan@exclusivebooks.com
http://www.volny.cz/iprenosil/interbase/ip_ib_code_generator.htm

----- Original Message -----
From: "Tim Ledgerwood" <tim@...>
To: <firebird-support@yahoogroups.com>
Sent: Thursday, September 18, 2003 11:44 AM
Subject: [firebird-support] Initializing Generators in Stored Procs


> How do I do the following ?:
>
> CREATE PROCEDURE INITIALIZE_TRANSTYPES
> AS
> BEGIN
> SET GENERATOR "GEN_TXNTYPE" TO 0;
> END
>
> When I try to create the Stored Procedure, I get the following error :
>
> SQL error code = -104
> Token unknown - line 4, char 4
> SET
> Statement: CREATE PROCEDURE INITIALIZE_TRANSTYPES
> AS
> BEGIN
> SET GENERATOR "GEN_TXNTYPE" TO 0;
> END
>
> thanks in advance
>
> Tim
>
>
> [Non-text portions of this message have been removed]
>
>
>
> To unsubscribe from this group, send an email to:
> firebird-support-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>