hi friends,
                I am new to flex now  i am working with database concepts,
in that i am using mysql as my back-end in that i can able to store the
Arabic font from the front end flex to mysql there is no problem on that but
i am trying to retrieve the same data from back-end to front end flex
application it display as symbols can you please help me on that
issue..........

i am using  the below code for connectivity:

package DataLayer
{
    import com.maclema.mysql.Connection;

    import flash.display.*;
    import flash.net.*;

    public class ConnectionString
    {
        public var MysqlConnectionString:Connection;

        public function ConnectionString()
        {


                 MysqlConnectionString = new Connection("localhost", 3306,
"root", "", "dbname");


         }

    }
}
-- 
Rakshu

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to