Procedure or function registrations has too many arguments specified
i pass the parameter from the code behind page to the stored procedure ,i pass 23 parameters,both the parameter names i passed and in stored procedure are all same. but the procedure or function registration has too many arguments specified error will occur,i search in google but not get the correct result,how can i solve this.
Suthish NairPosted Feb 4, 2011, 2:18 PM
So other members can easily find the answers.
Suthish NairPosted Feb 1, 2011, 2:00 PM
Also refer below article and download the attachment, check how to use Command Parameters and Transaction.
DataGridView - Insert, Update, Delete and Retrieve records using stored procedure
ShankeyPosted Feb 1, 2011, 7:43 AM
krithika muthukrishnanPosted Feb 1, 2011, 7:05 AM
ShankeyPosted Feb 1, 2011, 6:44 AM
plz post your procedure create statement along with parameters and your code from where you are calling it.