> Well, I think the JavaCSV method is pretty fast.  What I'm wondering 
> is if there's a better way to do this line:
> 
> <cfset fileOutput.write(
> resultSet[fieldsArray[i]][resultSet.currentRow].toString() )>

And I mean in terms of evaluating the field

resultSet[fieldsArray[i]][resultSet.currentRow]

Like, maybe if I cfloop over the fieldsArray instead of doing a numeric loop 
over the count of the fields.. maybe that'd be faster.. but maybe setting the 
field name value as part of the loop would actually be slower.  I guess I'll 
just have to try it =)

Rick 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346826
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to