I have a MySQL database, and i created a DB and named it 'PERSONDB'. Within that DB, i have created a table and named it Person
. This table has 3 fields. id,name,age
.
Now i need to save some values from my flex website to the mySQL 'PERSONDB' that i created.
How can i do this in Flex (Flax builder 4.6)
Note: I have added 2 fields name and age, in the Flex project and when the user clicks on the Button i need those values to be saved in the DB. how can i do this.