Hi, You will need a server-side application like PHP, JSP, .NET, etc to communicate with the database. Flex cannot directly communicate with any db. You will have to send your data to the server-side app and it will in turn save the data to the database.
You can communicate with server-side programs using: - HTTPService - WebService - RemoteObject Check the help files for these classes and you will get examples. Use whichever is most suitable for your application. Regards, Venkat www.venkatv.com On Fri, Oct 17, 2008 at 4:03 PM, venki <[EMAIL PROTECTED]> wrote: > > how can connect flex to oracle(database). > > iam having data send to the database or xml file through flex(mxml > program) and retriving data from the xml or database. > any one send to me the procedure or examples. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

