I'm trying to display in a datawindow a column that is over 32,767 characters, it's 36,220 characters. I tried to increase the limit in the edit table to 50,000 and also setting to 0. Every retrieve on displayed 32,767.
I check the length of the length of the column and shows the 36,200 characters. Using PB 2017 R3 build 1915. I've change PBMaxTextSize='50000' in the PBODB170.INI. Any suggestion would be great.