Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The parameterized query '(@CountryName nvarchar(4000))SELECT * from tblCountries where Co' expects the parameter '@CountryName', which was not supplied.
if i am tring insert into the country then the error will throw by vs
in three tire architecture
Posted
Comments
/\jmot 11-Feb-15 4:22am    
what's the question??
OriginalGriff 11-Feb-15 4:25am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
So please show the code you used to execute the query!
Use the "Improve question" widget to edit your question and provide better information.

1 solution

The error is clearly telling you that you have missed supplying the parameter @CountryName in your query.

Please provide that in code.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900