ericbrunson
Technical User
I inherited a J2EE app and I'm getting a lot of mysql errors when there's a quote or an apostrophe in the value of a field to be inserted or updated.
Is there a nice java function that I can wrap my field values in that would properly protect these symbols from the interpretter?
Thanks,
e.