ERRO SQL
Pessoal não consigo descobrir qual é o erro de SINTAXE que está no comando abaixo, por Favor me ajudem
"UPDATE cadastro set (nome = '" & txtNome & "', tel = '" & txtTel & "', end = '" & txtEnd & "', nasc = '" & txtNasc & "', pai = '" & txtPai & "', mae = '" & txtMae & "', outroresp = '" & txtOutroResp & "', mens = '" & txtMens & "', pessaut = '" & txtPessAut & "', tpsang = '" & txtTpSang & "', remedios = '" & txtRemedios & "', obs = '" & txtObs & "') where (mat= '" & txtMat & "')"
"UPDATE cadastro set (nome = '" & txtNome & "', tel = '" & txtTel & "', end = '" & txtEnd & "', nasc = '" & txtNasc & "', pai = '" & txtPai & "', mae = '" & txtMae & "', outroresp = '" & txtOutroResp & "', mens = '" & txtMens & "', pessaut = '" & txtPessAut & "', tpsang = '" & txtTpSang & "', remedios = '" & txtRemedios & "', obs = '" & txtObs & "') where (mat= '" & txtMat & "')"
Todos os campos desta tabela são strings? incluindo nasc ?
Experimente retirar os parenteses
"UPDATE cadastro set nome = '" & txtNome & "', tel = '" & txtTel & "', end = '" & txtEnd & "', nasc = '" & txtNasc & "', pai = '" & txtPai & "', mae = '" & txtMae & "', outroresp = '" & txtOutroResp & "', mens = '" & txtMens & "', pessaut = '" & txtPessAut & "', tpsang = '" & txtTpSang & "', remedios = '" & txtRemedios & "', obs = '" & txtObs & "' where mat= '" & txtMat & "' "
Experimente retirar os parenteses
"UPDATE cadastro set nome = '" & txtNome & "', tel = '" & txtTel & "', end = '" & txtEnd & "', nasc = '" & txtNasc & "', pai = '" & txtPai & "', mae = '" & txtMae & "', outroresp = '" & txtOutroResp & "', mens = '" & txtMens & "', pessaut = '" & txtPessAut & "', tpsang = '" & txtTpSang & "', remedios = '" & txtRemedios & "', obs = '" & txtObs & "' where mat= '" & txtMat & "' "
Tópico encerrado , respostas não são mais permitidas