Subject | Re: [firebird-support] I can't find the error in this very short SP |
---|---|
Author | Helen Borrie |
Post date | 2005-07-24T23:00:16Z |
At 05:47 PM 24/07/2005 -0400, you wrote:
**Please trim your postings!!!!***
^heLen
>This compiles fine...EXECUTE PROCEDURE SP_GAMEENTER(22,2)
> 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 :-)
**Please trim your postings!!!!***
^heLen