Hi I get an Insufficient Buffer space error on this line using an older laptop but not on a newer desktop with more RAM. Is the lack or RAM the only possible problem or is there a way to work around this problem? Spdesc is a Varchar field.
UPDATE soapcode SET spdesc = (SRPL(spdesc ,'^',
(CHAR(13))+(CHAR(10)),0))
Thanks
Marc

