Re: Procedure or function XXX has too many arguments specified???
From: Alejandro Mesa (AlejandroMesa_at_discussions.microsoft.com)
Date: 01/12/05
- Next message: Steve Kass: "Re: TRICKY SQL"
- Previous message: Adam Machanic: "Re: MAX function"
- In reply to: Lacka: "Re: Procedure or function XXX has too many arguments specified???"
- Next in thread: Lacka: "Re: Procedure or function XXX has too many arguments specified???"
- Reply: Lacka: "Re: Procedure or function XXX has too many arguments specified???"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 12 Jan 2005 08:55:08 -0800
Well, then you should post the sp code and the code from your client app that
call the sp, to see if we can find something. We can not do much guessing.
AMB
"Lacka" wrote:
> No, all parameters have default value (NULL), and in the application I set
> all parameters (either to NULL or to something).
>
> > This is happening because you added new parameters to your sp but you did
> not
> > assigned a default value to them and now previous calls to this sp are
> > breaking.
>
>
>
- Next message: Steve Kass: "Re: TRICKY SQL"
- Previous message: Adam Machanic: "Re: MAX function"
- In reply to: Lacka: "Re: Procedure or function XXX has too many arguments specified???"
- Next in thread: Lacka: "Re: Procedure or function XXX has too many arguments specified???"
- Reply: Lacka: "Re: Procedure or function XXX has too many arguments specified???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|