This content has been marked as final.
Show 1 reply
-
1. Re: Flex 4 cannot insert new data to database via generated code by Apptacular
Teerasej Jiraphatchandej Mar 6, 2011 5:54 PM (in response to Teerasej Jiraphatchandej)Hi, all
I found how to solve the problem now.
The problem is, MySQL table I created, the idPlayer column is not configure properly. Even I set this column as 'unique' and 'primary key', but I forgot to set its as 'auto increment'. That causes Apptacular to generate application code in wrong way. After I re-create my datbase, and use Apptacular to generate the code again. It works!
I hope my solution can help some of you out.


