Expand my Community achievements bar.

Problem inserting Text

Avatar

Level 1
Hi,



Flex beginner, I have managed to connect my app to a database
which stores various newspaper articles. It's all working fine, I
can edit and save the articles. Except for one item where I get a
2032 error! It seems that the length of this article is causing the
error, as it's all working again when I reduce the size of the
item.



Apparently, the problem is not with Flex , which stores the
data in a custom event, the error seems to be returned by the
server...



As mentioned above, I'm still a beginner both with Flex and
Mysql :) Any help would be very much appreciated.



Best,



SB

1 Reply

Avatar

Level 1
Problem solved! I hadn't specify the method in the
HTTPService which resulted in a very long string being passed with
the GET method, after the change to POST, everything worked fine.