C
Chris Kennedy
In my ASP.net book it says you can put the sql of a stored procdure in which
you use parameters in the commandtext property in the designer and it will
automatically generate the code for adding the parameter objects to the
command objects. All's I get is an unable to parse update statement error.
What am I doing wrong, as it would save so much code if you didn't have to
manually add the paramters. Regards, Chris.
you use parameters in the commandtext property in the designer and it will
automatically generate the code for adding the parameter objects to the
command objects. All's I get is an unable to parse update statement error.
What am I doing wrong, as it would save so much code if you didn't have to
manually add the paramters. Regards, Chris.