Subject Re: [firebird-support] I can't find the error in this very short SP
Author Helen Borrie
At 05:47 PM 24/07/2005 -0400, you wrote:
>This compiles fine...
> ALTER PROCEDURE SP_GAMEENTER (
>GAMEKEY INTEGER,
>PLAYERKEY INTEGER)
>AS
>begin
>update PLAYERS set GAMEKEY=:GAMEKEY where PKEY=:PLAYERKEY;
>end
> In my code I call it like this...
> EXECUTE SP_GAMEENTER(22,2)
> I get this error...
> Dynamic SQL Error
>SQL error code = -104
>Token unknown - line 1, char 9
>SP_GAMEENTER
> I don't see the problem. Any ideas would be greatly appreciated :-)

EXECUTE PROCEDURE SP_GAMEENTER(22,2)

**Please trim your postings!!!!***

^heLen