prajapati.puru
New Member
I do have a clob field on database which contain the content of txt files , now i want to show that in editor. Since the size of clob greater than 32 kb it shows Error 4043. What i am trying to do is to divide the content into multiple which is less than 32 kb and assign that into character variable and using INSERT-STRING i will show that into editor, I tried the length function but the value it gives didn't help . I am using substring function to divide so i need to find the end position.