unfortunately thats not the problem the actual string im inserting into the database has single quotes in it so i have to sql encode it (meaning the single quotes double up becoming double single quotes).
going through r:tango it created the error and i was thinking "what the heck?", so i pasted it into the R> prompt and got the same results (it errored again w/ same error message). ----- Original Message ----- From: "Bill Downall" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Friday, August 08, 2003 8:54 AM Subject: [RBASE-L] - Re: SQL problem > 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 ): > >

