"Alan Ho" <gto_station@yahoo.com.hk> wrote in news:uTghpvfPFHA.1392
@TK2MSFTNGP10.phx.gbl:
[quoted text, click to view] > how can i get data from database...between 1time and 1 time..
> e.g. select * from abc where time > 12:00 and time <20:00
I would use the between keyword, and a field of type datetime. Note that
you most likely will need to use the date part of the value in addition to
the time.
--
Ole Kristian Bangås