How to write \ simbols to mysql?
#1

Hello, I am trying to add a large message to my mysql database.
My code looks like this:
format(string, sizeof(string), "Hello,\n you have more %d days to pay[...]", x,y,z);
So my question is how to add "\" d symbols to database?I mean when I run the code in database appears just with paragraph, like that:
Hello,
you have more[...]
And I want that:
Hello,\n you have more[...]
Any solution?Thanks.
I am using MySQL R33
Reply


Messages In This Thread
How to write \ simbols to mysql? - by StRaphael - 18.11.2018, 18:17
Re: How to write \ simbols to mysql? - by Jefff - 18.11.2018, 19:07
Re: How to write \ simbols to mysql? - by StRaphael - 18.11.2018, 19:08
Re: How to write \ simbols to mysql? - by Jefff - 18.11.2018, 19:28
Re: How to write \ simbols to mysql? - by StRaphael - 18.11.2018, 20:05
Re: How to write \ simbols to mysql? - by Jefff - 18.11.2018, 22:21
Re: How to write \ simbols to mysql? - by StRaphael - 19.11.2018, 16:27
Re: How to write \ simbols to mysql? - by Mencent - 19.11.2018, 16:30
Re: How to write \ simbols to mysql? - by StRaphael - 19.11.2018, 16:44
Re: How to write \ simbols to mysql? - by Mencent - 19.11.2018, 17:00

Forum Jump:


Users browsing this thread: 2 Guest(s)