Re: Procedure or function XXX has too many arguments specified???

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Alejandro Mesa (AlejandroMesa_at_discussions.microsoft.com)
Date: 01/12/05


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.
>
>
>



Relevant Pages

  • Re: Delphi and the .Net platform
    ... us an increasingly larger run time, or will they break compatibility ... As I pointed out to Bruce when developing a new client app and you you target Fx3.5 in VS-2008 but only use feature that are in Fx2.0 the resulting client app will run just fine on machines that only have .NET 2.0 installed. ... But that's not code breaking it's a developer that has the brain of a bug. ... FTR I updated my Vista machine by using the online update that only downloads what is needed and in my case it was a 36MB download that took about 3 minutes using a home version of Verizon DSL plus about 11 minutes to install. ...
    (borland.public.delphi.non-technical)
  • Re: Procedure or function XXX has too many arguments specified???
    ... Could you post the code of the call from your client app? ... "Lacka" wrote: ... > and there was no syntax error. ... >> error message seems to be the result of mismatch in the number of ...
    (microsoft.public.sqlserver.programming)