how to insert special symbols into mysql?
843859Mar 23 2009 — edited Mar 23 2009im parsing data from xml and inserting values to the mysql database .. no problem in that, values inserting fine..
when i try to parse "Σ" n ary summation and insert to mysql the symbol is replaced by "?"
im using toad for mysql
i have tried preparedstatement and callablestatement ..