Filter Records by date range
Hi,
Can somebody help me how filter records from a MS SQL Server database between to dates?
Let say the starting date is 11/01/2004 and the ending date is 11/11/2004. Im quite new with ASP.NET and using wrox books but I can't see any sample.
The code which is easy With Visual Foxpro,
select * from services where serv_date >= memVar1 .and. serv_date <= memvar2.
How can I do this with an ASP Web Application?
Any reply will be appreciated..
jrd
__________________
jrd
|