Each sender selects from four different types of content categories to send
an email from. A loop is used to send out to each email on the list. I was
trying to work out using an update + 1 to count how to keep track of
everything, but ran into a wall.


-----Original Message-----
From: Peter Boughton [mailto:bought...@gmail.com] 
Sent: 2009-03-06 19:49
To: cf-talk
Subject: Re: increment problem


Not entirely sure what you're trying to do, but certainly you shouldn't have
four category/count tables.

Something closer to this:

Category_Count
--------------
Category_id (int)
Group_id (int)
create_date
create_time
count
sentby_email
Recip_id


Category
--------
id (int)
colour (varchar?)


But I don't understand how the counting actually occurs, or what the colours
signify. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320197
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to