It looks like this is the answer. But now I am confronted with an error message
Details are: length of the variable is 41346 bytes I try to perform a search - replace like: SET VAR V_tekst = (SRPL(.V_tekst,'E','X',0)) The result is: ERROR- Insufficient buffer space to process expressions. (2136) Is there a setting which I can change? Tony -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Albert Berry Sent: dinsdag 21 mei 2013 18:43 To: RBASE-L Mailing List Subject: [RBASE-L] - Re: maximum size of VARCHAR variable limited to 32 KB? LONG VARCHAR Same as VARCHAR, with a length of 256 MB Albert On 21/05/2013 10:30 AM, Tony IJntema wrote: > 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 > > > > > ----- > No virus found in this message. > Checked by AVG - www.avg.com > Version: 2013.0.3343 / Virus Database: 3162/6343 - Release Date: > 05/21/13 > >

