I should also add that with your method of not using ArrayAppend, creates
empty records when doing this.

Can you now see why I asked the original question? Or was that the desired
effect you wanted?

qry = queryNew("");
queryAddColumn(qry, "fruit", listToArray("banana,apple,orange"));
queryAddColumn(qry, "vegies", listToArray("carrot,cucumber,tomato"));

newRow = structNew();
newRow["fruit"] = "Test";
newRow["vegies"] = "Andrew";
                
qry = queryInsertRow( qry, 15, newRow);


Andrew Scott
Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  9015 8628
Mobile: 0404 998 273




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to