LONG datatype showing problem on Datagridview?
858170May 15 2011 — edited Oct 18 2011Hi all,
I have a table on my Oracle 10g database and one of the coulumn type of the table is LONG datatype. Although I can easily bind this field to Richtextbox and update it, I could not show this field on datagridview. I tried something on VS and PL/SQL procedures, but I have not managed to do. Could you inform me how to convert LONG to CHAR by PL/SQL or how to show LONG field on a datagridview please? Thanks in advance...
BR