I'm currently creating a content management system using WDDX.

I'm creating a query using the QueryNew,QueryAddRow and QuerySetCell
functions

This query is then being stored in a WDDX packet.

When I output the query I obviously deserialse it and then use if with
CFOUTPUT QUERY or CFLOOP

What I need to do is process the query and return a newversion sorted by a
specific column or columns.

Yes I know you can do this really easily in CF5 but this jobs strictly
4.51sp2

Has anyone done this could I copy the query into a temporary data structure
of some kind then sort on the specified column then rebuild the sorted query
for output or is there an easier way?

Any help, general ideas appreciated

Thanks

Alex



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to