I am pulling html content from a table to populate pages.

Content gets changed regularly. I need to log the number of occasions the content is pulled. A simple update of a counter field works fine for a running Total but I also need a daily, weekly, monthly stats.

I do not want to have a table with an entry recording every pull/hit. So was thinking of polling the table with the counter on s scheduled basis and recording the stats for that period in another table.

Or is it best to have able with every hit/pull and then run queries on that to populate the stats table and delete.

What method would anyone recommend. All suggestions gratefully received.

Thanks

Gordon


--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to