I have ORacle 9i database. With vb6 I am firing the query-
select * from woc_mas
(woc_dt is date type)
it is returning all the records. but on writing the query-
select * from woc_mas where woc_dt > '01/01/2005'
no records returns

suggest how to query with date field