Problem with apostrophes (') when doing a JDBCProbe query
I am having a small issue with writing records to an external MS SQL database. All works fine until a user adds an apostrophe to a form field value (such as to the current.variables.userComments field in the example code below.) The comments co...