> I suspect that this multiple pass to the output stream is partially at
fault
> of why CF cannot flush the output while it is produced, the way ASP does
it,
> sending chunks of output while process is still pending. It needs the
whole
> string first.
If this is the case, it'd be neat if I could just build a string, flush it
out and go about my business...
<cfset pageoutput = "<body>Adding you to the database. Congrats.</body>">
<cfset WriteOutputAndFlush(pageoutput)>
<cfquery name="addThisFool" ...
Ed
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.