Alguém me ajuda please ?
[code]run:
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 '(‘000 000 000 - 00’,‘André’,‘17/05/1993’,‘aaaa’,‘bbbb’,‘Solteiro’,‘11 2222-4’ at line 1
CONSTRUÍDO COM SUCESSO (tempo total: 1 minuto 24 segundos)
command = ("insert into airlines.cliente (CPFCNPJ,Nome,DataNasc,NomePai,NomeMae,EstadoCivil,TelefoneRes,TelefoneCom,Celular,CEP,Endereco,Bairro,Cidade,Estado,Pais,PontoReferencia"
+"values('"+CPFCNPJ+"','"+nome+"','"+dataNasc+"','"+nomePai+"','"+nomeMae+"','"+estadoCivil+"','"+telefoneRes+"','"+telefoneCom+"','"+celular+"','"+CEP+"','"+endereco+"','"+bairro+"','"+cidade+"','"+estado+"','"+pais+"','"+pontoReferencia+"');");