Mysql text with question mark

When i want to insert a text line in the database with a question mark the line is inserted into the database.

my msg.topic is like

        msg.topic = "INSERT INTO `database`(`message`) VALUES (' what is your question?')";

i found that the question mark is used for functions too but how can i change this?
putting a \ in front what not the solution

I don't understand what you mean. Is that sql generating an error? If so then what.

sorry i tried to create a example flow but cannot reproduce it now.
Try i tonight again

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.