Avoid escaping characters in a string

Posted by gmandujano on 20-Jun-2017 15:18

Hi all,

I'm trying to store a string of characters that includes back slashes.  E.g.

Trying to save:

"AcBp\\c@nIOnCGbDGbDkAMy"

But it actually saves in the database as:

"AcBp\c@nIOnCGbDGbDkAMy"

I'm assuming this is because of some sort of auto-escape.  Is there any way to save the string exactly as entered?

All Replies

Posted by Thierry Ciot on 20-Jun-2017 15:34

How do you enter the data?
I tried this on a text field and didn’t have any problem.
 

This thread is closed