AHA! The Tango interface may be doubling your quotation characters, assuming it is inside an SQL statement! Be sure you use ENCODING=NONE.
Turn on debuggining in your TAF, and look at the SQL after it is processed by tango. It sounds like it is encoding your string wrong, so that it ends up without a termination, hence the insufficient memory error. Bill On Fri, 8 Aug 2003 08:46:14 -0700, Atrix Wolfe wrote: >I wish that would help but as im using r:tango i dont think i have that >option ):

