Simon Stanlake wrote: > occasionally, we exit this piece of code and the length of the array > is different from the length of the query. ie: > > arraylen(defaultValueArray) != session.myResults.recordCount. > > It seems to me that this should never happen.
Unless you have 2 instances running at the same time with queries returning a different recordset (I don't see any locking -> race condition). Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com

