D
dotnw
If I try and update an SqlDataSource inside a DetailsView control,
using a stored procedure, I get this error -
Procedure or function DataViews_UpdateDetails has too many arguments
specified
However, if I just simply remove the stored procedure call, and use
"inline" sql instead, and leave the UpdateParameters totally unchanged,
and the sql totally unchanged as well (just copy it from the stored
proc to the html section), it works fine, and there are no errors.
Any ideas very welcome, thanks, regards, dnw.
using a stored procedure, I get this error -
Procedure or function DataViews_UpdateDetails has too many arguments
specified
However, if I just simply remove the stored procedure call, and use
"inline" sql instead, and leave the UpdateParameters totally unchanged,
and the sql totally unchanged as well (just copy it from the stored
proc to the html section), it works fine, and there are no errors.
Any ideas very welcome, thanks, regards, dnw.