> I don't know if this is possible, but can arrays or any other
> ColdFusion structures be used like queries, i.e. <cfoutput
> query="arrayorsomething">, or converted to a query?
>
> It's just that it could be a pain converting pages that were
> initially created to use queries to use loops on arrays instead,
> and named columns
>
> make for more programmer-friendly pages.
You can certainly create a query object from a two-dimensional array, using
the QueryNew, QueryAddRow, QueryAddColumn, and QuerySetCell functions.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
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.