Ok, I’ve really getting on with this AS2 migration but now I’m in the mire of AS3<=>CF11 interaction. I’ve established a connection, initiated a database query and now have a result in the form of a structure passed from the cfc. result.RECCOUNT tells me how many records (1), result.STATUS tells me the CFC processed ok (ALLOK) but how do I process result.DETAILS which contains the query results (1 record with 6 fields)?