08-03-2013, 06:55 PM
Hello guys! Look at my code:
{
"UPDATE bg_user SET user_id=",
this.textBox36.Text,
", passwd=",
this.textBox37.Text,
", cash=",
this.textBox45.Text,
", email=",
this.textBox42.Text,
" WHERE user_code=",
this.textBox43.Text,
}
It says me You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near , passwd=*******, cash=0, email=***@***.com WHERE user_co at line 1
Any idea how to fix it?
Thanks in advanced.

