Hello,

I am trying to use a DataSet Component to hold data loaded from
a SQL table. The design of my application requires that all components be added
at run time via ActionScript. All interaction with the DataSet Component is
done through ActionScript and not the Component Inspector. When I load the SQL
data I create a dynamic XML.schema for the DataSet Component based upon the
column headings of the SQL table. All of this work fine. What I need now is to
dynamically add data to the DataSet after the schema is defined, preferably
with XML. So, overall I am looking for help on how to tell an instance of a
DataSet Component to populate it's self with data from XML via ActionScript.
Any and All help is greatly Appreciated.

Thanks,
Farley78