Hi Nick, I don't think <cfqueryparam> will help my problem here. The query is in a component. It returns a recordset to another component that returns an array to the original displaying page. I'm now trying to find a way to just do a query of queries on the <cfinvoke> that returns that array in the displaying page. If I can find some way of returning only those records whose account number is numberic, I will get what I want. But, remember, the query has to look at an array. I can't just provide a column name, I think. I think the column name has to be something like returnVariable[1][1]. Any thoughts?
Thanks, Lewis -----Original Message----- From: Eric Nicholas Sweeney <[EMAIL PROTECTED]> To: cf-newbie <[email protected]> Sent: Tue, 28 Oct 2008 2:36 pm Subject: RE: Numerical order of query results You're absolutely right - I need to convert everything to utilize fqueryparam... I haven't because I have been trying to decide if there is a etter way... (Probably Ajax?) - Nick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4102 Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
