Hi,
Can anyone help me to find out the problem with this Query that has a date range.
Select a.containername,a.containerid,a.thiscontainerlost,a.status from Container a, ContainerLevel b where a.levelid = b.containerlevelid And a.containername <> a.containerid And b.Containerlevelname = 'Wafer' And
(a.originalstartdate >= '3/1/02' And
a.originalstartdate <= '3/22/02')
I am executing this query through VB and my database is in Oracle.
Thanks
Devaki
Can anyone help me to find out the problem with this Query that has a date range.
Select a.containername,a.containerid,a.thiscontainerlost,a.status from Container a, ContainerLevel b where a.levelid = b.containerlevelid And a.containername <> a.containerid And b.Containerlevelname = 'Wafer' And
(a.originalstartdate >= '3/1/02' And
a.originalstartdate <= '3/22/02')
I am executing this query through VB and my database is in Oracle.
Thanks
Devaki