Hi John You can connect Flex to databases by proxying through server-side scripts (.NET, PHP, Java). It's important that all of the queries and connection scripts are kept server-side, as you don't want someone to be able to maliciously send SQL queries over-the-wire and delete all of your tables. Create a web service or REST API and then call it from Flex using the WebService or HTTPService components. please have a look on these
http://livedocs.adobe.com/flex/3/html/help.html?content=data_access_2.html http://cookbooks.adobe.com/post_Simple_MySQL_to_Flex-5561.html -- 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.

