how can I convert a date inside my query to a character using an OLEDB? just like this code
the problem is the date is displaying always like '1/1/2013 12:00:00 AM'
Code:
"SELECT * FROM Table1 WHERE [Date] ='1/1/2013'"
the problem is the date is displaying always like '1/1/2013 12:00:00 AM'