ColdFusion waits until all of the included code has run before it moves on. It sounds like your database isn't updating the tables fast enough before you run the query to re-pull that data for display (why you would need to re-query the database right after updating it is beyond me to begin with, but that's what it sounds like you're doing).
-Justin Scott > -----Original Message----- > From: CHANCE, JENNIFER M. (JSC-BJ) (BAS) > [mailto:[EMAIL PROTECTED] > Sent: Monday, October 17, 2005 3:34 PM > To: CF-Talk > Subject: Cfinclude processing > > Is there any way to make a page completely process a cfinclude before > continuing? I have data that is sometimes updating in the > cfinclude and > that data is displayed. > The cfinclude page runs and the database is updated, but not > quick enough to > display the new data on the page that is calling the cfinclude. > > Any suggestions? > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221257 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

