# More CS3 Mystery (AS3\<=\>CF11)

**URL:** https://forum.kirupa.com/t/more-cs3-mystery-as3-cf11/332442
**Category:** flash
**Created:** [June 9, 2014, 11:32am UTC](https://forum.kirupa.com/t/more-cs3-mystery-as3-cf11/332442 "2014-06-09T11:32:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![newtome](https://avatars.discourse-cdn.com/v4/letter/n/c4cdca/32.png) [@newtome](https://forum.kirupa.com/u/newtome)
#### Post date: [June 9, 2014, 11:32am UTC](https://forum.kirupa.com/t/more-cs3-mystery-as3-cf11/332442/1 "2014-06-09T11:32:02Z")

</div>

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)?
