size or end of position of longchar

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.
 
The editor widget has a LARGE attribute which you can set to TUE to enlarge the amount of data it can hold. I've never tried to find how much it can really hold, but maybe it is sufficient for you so that you do not need to split your LONGCHAR.

Heavy Regards, RealHeavyDude.
 
Back
Top