Hello,
string sqlString = "INSERT into MessageTable values ('" + msg + "', " + currentUser + ", " + receiverID + ", 'true')";
When I have a comma in the msg variable (like "YOu can't do that"), then I have a message error.
How can I change this? THanks
Start Free Trial