I have an MS-Access database with a DateTime column.
ex: 03/08/2009 12:00:00 AM
.
I want query based on date like:
select * from tablename where date='03/08/2009'
I want display data as 03/08/2009 12:00:00 AM
.
How would I write this query in C#? Please help me.