votes
search a database value by date(providing format dd/mm/yyyy)
I have saved entry(s) in MS Access database using a form(visual C#.net). Now i want to display it on the screen by searching by date. I am using the following code to do this but there is some problem in it. [code] System.Data.OleDb.OleDb ...
