Hi, I have an application in which I like to manipulate long texts. The text is stored in a VARCHAR column. However I receive an error message (truncation) when the used VARCHAR variable is more than 32 KB.
Question 1: Is the size of the varchar limited to 32 KB? Question 2: Does somebody know a workaround? Tony

