Paul, I don't think you should have to do any conversion, recent versions of Fluorine support sending DataSet and DataTable objects to Flex and are normally received as an ArrayCollection of Objects (optionally it can specify typed objects).
The object structure you're seeing is what I've seen .NET send for web services.. are you using Fluorine to talk to an assembly directly or are you talking to a web service? If web service then change your call to use the assembly directly (it's more efficient). If that's not the problem then I'd suggest posting on the Fluorine mailing list as there are many people there that can answer your question (I haven't worked with DataSet/DataTable integration in Fluorine personally). http://fluorine.thesilentgroup.com/fluorine/index.html HTH, Sam ------------------------------------------- We're Hiring! Seeking a passionate developer to join our team building Flex based products. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of aceoohay Sent: Saturday, October 27, 2007 11:48 AM To: [email protected] Subject: [flexcoders] How do I convert an object to an arrayCollection? I am testing fluorine by accessing an Oracle database using ASP.NET (VB). In flex builder I have done a breakpoint to look at the object returned. Below is the debug info about the object; ===================================================================== this = main (@35050a1) event = Object (@3444d81) PERSON = Object (@3444f21) serverInfo = Object (@34449a1) columnNames = Array (@3617a91) [0] = "PERSON_NUMBER" ... Paul

