Create a table with a varchar2(50) field (To a UTF8 database.)
And with Smart Demo use this select
And add a row with special romanian char ţ (UTF8 code C5A3)Select tbl.RowID, tbl.* from MyTable tbl
Now DBGrid display this char |.
But if you use smart demo with ODAC 5.50 it's work. Strang.....
NSC