Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
2070 Points
531 Posts
May 05, 2012 09:29 AM|LINK
Hi,
There is no such parameter named @Country_id in your Stored Procedure.
But u r inserting it in ur SP ans in C# Code as well..
So only it is giving that error..
Just add that paramater @Country_id alone to your Stored Procedure and execute it..
It will work..
Reply me for any issues..
kirupa.v
Contributor
2070 Points
531 Posts
Re: Procedure or function Insert_Addres has too many arguments specified.
May 05, 2012 09:29 AM|LINK
Hi,
There is no such parameter named @Country_id in your Stored Procedure.
But u r inserting it in ur SP ans in C# Code as well..
So only it is giving that error..
Just add that paramater @Country_id alone to your Stored Procedure and execute it..
It will work..
Reply me for any issues..