No entiendo cual es el problema
Código Delphi
[-]with AlgunObjetoQuery do
begin
SQL.Text := ' INSERT INTO LaTabla (numcheque, factura) VALUES (:numcheque, :factura) ';
ParamByName('numcheque').AsIntreger := NumeroChequeNuevo;
ParamByName('factura').AsBlob := ? ExecSQL;
end;
Algo asi no te funciona?
Porque te tenes que traer todas las facturas?
