I want to query from access database in which i pass datetime variable and it fetches records from DB w.r.t to datetime variable like \[code\]datetime = "2012-10-03 12:00:00";select id from employee where hiringdatetime > datetime;\[/code\]I want this in access database query using c#;