What kind of database are u planning to use ??? Basically whichever database u use , u will need a middle server side layer to interact with the database since u cant interact with a database directly through flex. Generally people use .Net or LCDS (java) to interact with the database. Its a very common architecture. What u need to do is interact with ur middle layer sending it the xml that u want to store in the database. This middle layer will in-turn interact with ur database and insert/select the xml into/from the database.
Check out this link. http://livedocs.adobe.com/flex/3/html/help.html?content=data_3.html On Jun 3, 7:59 am, Navin <[email protected]> wrote: > How to save and retrieve xml into/from database? > > Here i need to save and retrieve xml generated in tabbar of textarea > in flex to database. > > Plz provide me some idea how to do this? or share some links > > Thanks, > Naveen. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

