Building a calendar.  For each day, I want to present the tasks for the
user.  

What is faster: 
1. Query of a query on each day, WHERE TaskDate = CurrentDate

Or

2. Single query, then loop all tasks and if TaskDate EQ CurrentDate,
then display.

Cheers,

Chad


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to