no inserta datos,
Publicado por Cleo (1 intervención) el 05/03/2007 07:21:10
soy nuevo en esto, me podrian ayudar con la concatenacion correcta? de antemano se los agradezco..
conn.Execute "INSERT `billete` (folio,idproductopt,idproductomp,cantidad,fecalta,fecbaja,tipobom,nopar,noparpt,fechabaja,fechaalta) values ('" & recordst!folio.Value & "','" & recordst!idproductopt.Value & "','" & recordst!idproductomp.Value & "','" & recordst!cantidad.Value & "','" & recordst!fecalta.Value & "','" & recordst!fecbaja.Value & "','" & recordst!tipobom.Value & "','" & recordst!NOPAR.Value & "','" & recordst!noparpt.Value & "','" & recordst!fechabaja.Value & "','" & recordst!fechaalta.Value & "')"
conn.Execute "INSERT `billete` (folio,idproductopt,idproductomp,cantidad,fecalta,fecbaja,tipobom,nopar,noparpt,fechabaja,fechaalta) values ('" & recordst!folio.Value & "','" & recordst!idproductopt.Value & "','" & recordst!idproductomp.Value & "','" & recordst!cantidad.Value & "','" & recordst!fecalta.Value & "','" & recordst!fecbaja.Value & "','" & recordst!tipobom.Value & "','" & recordst!NOPAR.Value & "','" & recordst!noparpt.Value & "','" & recordst!fechabaja.Value & "','" & recordst!fechaalta.Value & "')"
Valora esta pregunta


0