Discussion Area

ask questions, discuss topics, solve problems

This is a public Discussion Area  publicRSS

Thread

    • How to integrate flex 3 with the server and...
      Thread posted Aug 26 by s.harshas.c
      333 Views, 7 Comments
      Title:
      How to integrate flex 3 with the server and database?
      Content:

      Hi everybody!

      How can i integrate database such as ms access, oracle, mysql etc.... in my flex 3 project?

      How can we pass and retrieve data to/from the database respectively?

      Please help me out with some example code in coldfusion.....

    Comments

    • Hi there,

      I use MySQL database and AMFPHP for webservices, all on an Apache server. It's fast and not so hard to build.

      At one project where I do some layout and user integration, they use  PureMVC and get data from an Oracle DB, for this they use a LCDS that get data from Oracle, not directly. So I think that you have to get you data into LCDS or BlazeDS, and work from there.

      Some examples that are using PHP and MySQL:

      http://www.flexer.info/2008/02/17/flex-and-php-web-service/

      http://corlan.org/2009/06/12/working-in-flash-builder-4-with-flex-and-php/

      • Hi,

        Thank you very much.

        can you please give me some examples working with coldfusion instead of PHP.

    • Hi,

      Thank you very much.

      can you please give me some examples working with coldfusion instead of PHP.

    • Hello Harshas!

      We will try to find someone with ColdFusion background. Keep an eye on the post.

    • okay sure, and thanks for your help.

    • http://www.adobe.com/devnet/flex/flex_cf.html

      http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=618

      I hope it helps. I haven't worked with CF yet, i've only been using php for my server side (I can provide you more info if you're interested in php integration).

      • yeah,

        please help me out and tell me what are the requirements for php to intergrate with flex 3 and how can i use mysql as database in this? please tell me in detail as i am not that much familiar with both php and mysql.