Hey all,

I've created a simple application that uses FDS to retrieve data from
a MySQL database to display in a datagrid.  When the data returns, the
datagrid is populated with the correct number of rows (I ran the query
in MySQL Query Browser) but for some reason the rows are all the same.
   I'm not sure if data is being overwritten or what.  I am doing
printouts on the server side and just before the fill method (within
my DAO class) returns, the results printed from iterating through the
List object look correct (they are not all the same).  So either there
is a bug on the client side or something is going wrong in the
transfer from server to client (Java to ActionScript).  Has anyone run
into this or have any ideas as to what the problem might be?  I
appreciate any help.

Thanks,
Chris 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to