I have a problem here. Whenever I query a varchar2 datatype in Oracle, it will come out IE 'page can't be display' problem. it happend only to varchar2 datatype.
what could be the caused for this? I am uisng utf-8 when create database. Since the data is store in multy byte, so i try to convert it to single byte. At first can, but after sometimes, the problem arise again, 'page can't be display'.
Please advice.