MTrinder wrote:
The LIKE operator does not really apply to dates, only to string values. Can you give us an idea of the sort of query you want to run, or what you have tried so far?
Hi MTrinder,
Thanks for reply
well i want to search by date. i.e. suppose i will enter date like 05/15/2009, so it will show me the articles list on which date(05/15/2009) it was posted.
but the problem is that in my database date is store (date and time) like :
05/15/2009 4:10:17 PM
so i thought , i can use like query to search on date. so it gives result.
if i am wrong please correct me and give me some solution.