Grid does not display special characters (as square boxes)
tommiAug 12 2008 — edited Aug 14 2008SQLD 1.5.1 (54.40):
We found out, special characters like newline will not shown in data grid in any way. But we need to know, if there are such characters. If there any way to get these characters visible?
Pls try following case
create table mytab (mycol varchar2(20));
insert into mytab(mycol) values('Test'||char(13));
commit;
select * from mytab;
You will not see the appended newline character within the grid, while toad is doing .