Click here to Skip to main content
16,022,901 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
error as sqlexception.
parameterized query not supplied
Posted
Comments
uspatel 16-Feb-12 2:50am    
Where Error occured?
Share code...
Herman<T>.Instance 16-Feb-12 2:52am    
please show your code. What SqlException do you get?

You may verify with connection strings given at
http://www.connectionstrings.com/[^]

If your problem is solved then you may accept and vote the solution, otherwise please post your queries

PES
 
Share this answer
 
Comments
ProEnggSoft 16-Feb-12 4:16am    
Thanks for upvote:)
One of you parameters has a NULL value. Set this value to DBNull.Value and the parameter is received in the database.

Your title suggests you cannot connect to the server while your last sentence indicates a parameter problem.
 
Share this answer
 
can you post the code where you are getting exception ?
 
Share this answer
 
You are not providing the required parameters for your stored procedure..

Just have a look on that or else post your query here as a comment..

You will get a appropriate solution.. :)
 
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