Ver Mensaje Individual
  #7 (permalink)  
Antiguo 27/05/2006, 20:40
silence_off
 
Fecha de Ingreso: marzo-2006
Mensajes: 137
Antigüedad: 19 años, 1 mes
Puntos: 0
codigo

hasta ahora..esto es lo q hago pero me marca el siguiente error:

Column count doesn't match value count at row 1

----------aqui una parte del codigo.

cmd.ActiveConnection = conn
cmd.CommandType = adCmdText
cmd.CommandText = "insert into " & Text10.Text & "(nss,nombre,direccion,telefono,celular,empleo,mon to,ingreso,fraccionamiento,fc,fpc,cerrador,credito ) values" & "( '" & Text1.Text & "' , '" & Text2.Text & "' , '" & Text3.Text & "', '" & Text4.Text & "', '" & Text5.Text & "', '" & Text6.Text & "', '" & Text7.Text & "', '" & Text8.Text & "', '" & rs("fraccionamiento") & "', '" & rs("fc") & "' , '" & rs("fpc") & "' , '" & List8.Text & "' )"

Set rs = cmd.Execute