I'm trying to insert the value of a Form.Variable into a Memo Field, the variable contains the info from a <Textarea> Field.
There is about a paragraphs worth of data and in this data, a Double quoted word exists. All the data up to that Quoted word gets inserted into the database, however the rest is cut off after the Quoted word.
I know there is a PreserveSingleQuotes function that will protect a quoated word, but is there a comparable function to escape Double Quotes ("
?
Thanks in Advance!
There is about a paragraphs worth of data and in this data, a Double quoted word exists. All the data up to that Quoted word gets inserted into the database, however the rest is cut off after the Quoted word.
I know there is a PreserveSingleQuotes function that will protect a quoated word, but is there a comparable function to escape Double Quotes ("
Thanks in Advance!