Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
whenever i run my website i get this error:

Invalid column name 'Description'.
Invalid column name 'Description'.

on a page. But the column exists in the database. what can i do ?
Posted
Comments
Prasad Khandekar 23-Apr-13 1:16am    
have you checked whether the application is connecting to right database?

1 solution

make sure "Description" is spelled well and there is not a white-space after and before name of column

Happy Coding!
:)
 
Share this answer
 
Comments
Qadri Jillani 4-May-13 1:34am    
thanks for guidance Aarti Meswania

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