Ver Mensaje Individual
  #7  
Antiguo 03-06-2016
rocksoft rocksoft is offline
Miembro
NULL
 
Registrado: may 2016
Posts: 71
Reputación: 9
rocksoft Va por buen camino
Buenas y para no caer en trampas tontas te recomiendo que limpies el SQL, para el caso que quede algun residuo de alguna consulta anterior:
Código Delphi [-]
dm2.ADOTotal.SQL.Clear;
dm2.ADOTotal.SQL.Text := 'insert into FacturaTotal(ID, Cantidad, Subtotales, ITBIS, Total) values (:IDE, :PRODUCTOS, :SUBTOITAL, :ITBIS, :TOTALES);';
..
..
dm2.ADOTotal.ExecSQL;
Responder Con Cita