0
I can’t see the error:
UPDATE clientes SET
txtEndereco=\"Rua Xingú, 823\",
txtBairro=\"Val ParaÃso\",
txtCEP=\"09060-050\",
txtUF=\"35\",
txtCidade=\"14933\",
regiaos=\"\",
Obs=\"Princesa fada\")
WHERE idCliente = \"2\
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 ' "Rua Xingãº, 823 ", txtBairro= "Val Paraã-so ", txtCEP= "09060-050 ", txtUF= "3' at line 1
To specify values, always use single quotes!
– rray
There was one "left) before WHERE too... thanks man!
– Marcello Patto