Subject Initializing Generators in Stored Procs
Author Tim Ledgerwood
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]