Dear all please help me regarding this problem...

i have a table in my Database (MySQL) i am getting values from this table in my Desktop Application.

my problem is that my table contains HTML Data in it and when i read it in my QT Application by executing simple select query and showing result as String, but it does not give me correct output....

for example my table contains this:-

<p><img src=\"/stryde/uploadfiles/Image/20070730848933001185786240_02021.gif\" alt=\"\" class=\"\" /></p>

and after executing query i am getting the result like this:-

<p><img src=\"/stryde/uploadfiles/Image/20070730848933001185786240_02021.gif\" alt=\"\" class=\"\" /></p>

i want exact output from query which i have in the database now what should i do in this case please help me regarding this problem...

is their any way please give me some solution for it....................