I may not fully understand what happens under the hood when using MySQLPreparedStatement, but I thought it might catch and replace offending characters like apostrophes. Should it be? Or should I just make sure I’m doing a .ReplaceAll("'", "'")
8 posts - 5 participants