a4avaiz
03-20-2009, 07:46 AM
Hello.
I am new to Flex. I am trying to understand on how I can save and retrieve data using Flex. I am from a PHP/MySQL background. The way I usually do using PHP/MySQL is take user input from form elements, connect to a database and run a INSERT query. And I do the same for retrieving data from the database to a form.
Can I know how I can do the same using Flex? I did go through a book on Flex 3.0, but it mainly talks on storing form data in data structures and collections such as ArrayLists and retrieving data from remote XML files. But does that mean that I always have to serialize and de-serialize objects when working with data?
Thanks a lot in advance.
I am new to Flex. I am trying to understand on how I can save and retrieve data using Flex. I am from a PHP/MySQL background. The way I usually do using PHP/MySQL is take user input from form elements, connect to a database and run a INSERT query. And I do the same for retrieving data from the database to a form.
Can I know how I can do the same using Flex? I did go through a book on Flex 3.0, but it mainly talks on storing form data in data structures and collections such as ArrayLists and retrieving data from remote XML files. But does that mean that I always have to serialize and de-serialize objects when working with data?
Thanks a lot in advance.