I found a java CFX tag that converts a query to CSV flat file. The tag is processes 10,000 records very quicky and does a great job when using a single SQL query to gather record data. Each query column is a new column in the flat file.
After working with the tag, I used a SQL statement with joins to gather data for the CSV file. On output the tag places the joined columns on a new line, not in a new column as per a single table query. What is different in the Coldfusion query object between a single table statement and one containing a join? How do the cf query object structures differ? I have tried to contact the author with no luck. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
