Backslash NOT being stored
"Paul McNeil" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.bugs |
|---|---|
| Message-ID | <[email protected]> |
Good day. If I do the following...
INSERT INTO myTable (data) VALUES('Here is a backslash \ ');
I escape it prior to sending so the value that gets sent to the DB is....
INSERT INTO myTable (data) VALUES('Here is a backslash \\ ');
BUT when I check the DB the data field reads
[Here is a backslash ]
It eats the single backslash.
How can I prevent this?
Thank you.
Paul C. McNeil
Developer in Java, MS-SQL, MySQL, and web technologies.
GOD BLESS AMERICA!
To God Be The Glory!
--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/[email protected]