rey-2011
unread,Aug 4, 2011, 5:25:51 PM8/4/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
� Hola necesito ayuda ya que estoy haciendo un programa y me sale este
error este es el codigo
try
{
String sql ="UPDATE SUVI SET Nombre
='"+txt_pnombres.getText()+"',"+
"SegundoNombre = '" +txt_snombres.getText()+"',"+
"Apellido = '" +txt_papellidos.getText()+"',"+
"SegundoApellido = '" +txt_sapellidos.getText()+"',"+
"Cedula = '" + txt_cedula.getText()+"',"+
"Estado = '" + txt_estado.getText()+"',"+
"Municipio = '" + txt_municipio.getText()+"',"+
"Genero = '" + txt_gene.getText()+"',"+
"FechaNacimiento = '" + txt_fnacimiento.getText()+"',"+
"Edad = '" +txt_edad.getText()+"',"+
"Telefono1 = '" +txt_tele1.getText()+"',"+
"Telefono2 = '" +txt_tele2.getText()+"',"+
"DireccionHabitacion = '" +txt_dh.getText()+"',"+
"MilitantePsuv = '" +txt_mpsuv.getText()+"',"+
"SituacionLaboral = '" +txt_slaboral.getText()+"',"+
"Condiciondesalud = '" +txt_csalud.getText()+"',"+
"C_Saluddefamiliar = '" +txt_csfamiliar.getText()+"',"+
"Situacion_de_su_vivienda = '"
+txt_svivienda.getText()+"',"+
"' where Codigo = "+tf_codigo.getText();