8 messages in com.mysql.lists.javaRe: SQL escape } sorry figured it out
FromSent OnAttachments
fractals03 Aug 1999 02:38 
Kazys Jocionis03 Aug 1999 04:58 
Jan Fedak03 Aug 1999 05:34 
Kazys Jocionis03 Aug 1999 07:17 
Kazys Jocionis03 Aug 1999 07:26 
Cris Perdue03 Aug 1999 08:00 
C Javier Castro Pena03 Aug 1999 09:26 
Christian Mack03 Aug 1999 10:40 
Subject:Re: SQL escape } sorry figured it out
From:Kazys Jocionis (webm@junet.net)
Date:08/03/1999 07:26:13 AM
List:com.mysql.lists.java

sorry just figured with escaping }

I forgot to turn off EscapeProcessing statement.setEscapeProcessing(false);

then it works OK.

thanks!