the value of Attribute in database table contains Chinese character.
First Querying the Attribute and assign it to a variable A1.then geting specified length from the variable A1 and assing it to variable A2.
Querying db with variable A2 .
however , Chinese character becomes "?" in variables which resulting to the query is null.
what's wrong here and how to fix it? Thanks.