Hi, All.
I have TD database with tables with columns like "VARCHAR(1024) CHARACTER SET UNICODE NOT CASESPECIFIC".
The columns contains russian string data (like "", "", etc..).
I use SQL Assistant with UTF8 session, and it shows results of selects (like "select * from tab1") all ok - like russian strings.
But i need to see it like "_UNICODE '0414043E0433043E0432043E0440'XCV", not like "".
↧