C.F. Scheidecker Antunes wrote:
Hello all,

I am having problems with my struts app.

I am trying to enter a long string on a description field of a MySQL database but it crashes if the string has caracters that need to be escaped.

org.apache.commons.lang.StringEscapeUtils is your friend, especially
public static String escapeSql(String str).

Cheers,

--
Bob Arnott


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to