Hi
I am trying to add to the table some word with '
and the myysql does not like it
I cannot remove the ' and I must add the word as is
how can i overcome this issue
this is the code I am using:
SQL1.ExecNonQuery("UPDATE Table_User_Words SET Sounds_Like='" & TextBox_Sound_Like.Text & "',Sounds_Like_Replace='" & TextBox_Sound_Like_Replace.Text & "' WHERE Sounds_Like = '" & Delete_Row & "'")
Thanks
I am trying to add to the table some word with '
and the myysql does not like it
I cannot remove the ' and I must add the word as is
how can i overcome this issue
this is the code I am using:
SQL1.ExecNonQuery("UPDATE Table_User_Words SET Sounds_Like='" & TextBox_Sound_Like.Text & "',Sounds_Like_Replace='" & TextBox_Sound_Like_Replace.Text & "' WHERE Sounds_Like = '" & Delete_Row & "'")
Thanks