Z
Zamdrist
My stored procedure has several input parameters, all of which have
default values. In Query Analyzer you can of course run the procedure,
providing no parameters as they all have default values.
How can you run the same procedure in ADO.NET and not provide
parameters? On the surface it seems you cannot as intellisense picks
up the fact there are parameters and requires them, even if they have
default values.
Note, I'm not talking about the DefaultValue property of the Parameter
object, I'm talking about the default value of a T-SQL stored
procedure parameter.
Thanks
default values. In Query Analyzer you can of course run the procedure,
providing no parameters as they all have default values.
How can you run the same procedure in ADO.NET and not provide
parameters? On the surface it seems you cannot as intellisense picks
up the fact there are parameters and requires them, even if they have
default values.
Note, I'm not talking about the DefaultValue property of the Parameter
object, I'm talking about the default value of a T-SQL stored
procedure parameter.
Thanks