AYUDA URGENTE
Publicado por Jose (1 intervención) el 15/12/2003 15:58:46
que es lo que esta mal en estas lineas? necesito ayuda urgente:
alguien me podria ayudar?. Gracias
Set rs1 = New ADODB.Recordset
rs1.Open "INSERT INTO facturas (nfactura, fecha, buque, consignatario, rfc, domicilio) VALUES (""'" & F_N_Factura.Text & "'", "'" & F_N_Fecha.Text & "'", "'" & F_N_Buque.Text & "'", "'" & F_N_Consignatario.Text & "'", "'" & F_N_RFC.Text & "'", "'" & F_N_Domicilio.Text & "'"")", Base
rs1.Close
alguien me podria ayudar?. Gracias
Set rs1 = New ADODB.Recordset
rs1.Open "INSERT INTO facturas (nfactura, fecha, buque, consignatario, rfc, domicilio) VALUES (""'" & F_N_Factura.Text & "'", "'" & F_N_Fecha.Text & "'", "'" & F_N_Buque.Text & "'", "'" & F_N_Consignatario.Text & "'", "'" & F_N_RFC.Text & "'", "'" & F_N_Domicilio.Text & "'"")", Base
rs1.Close
Valora esta pregunta


0