I have two tables (client) and (invoice), to register an invoice I am doing it this way:
SqlCommand query = new SqlCommand("insert into factura (identificacion, nombrecp, " + "fecha, iva, tipo, vtotal, descripcion, subtotal) " +...
asked by
21.11.2018 / 04:35