Ver Mensaje Individual
  #6  
Antiguo 09-06-2018
juniorSoft juniorSoft is offline
Miembro
 
Registrado: abr 2005
Posts: 178
Reputación: 19
juniorSoft Va por buen camino
Buscando y buscando ya lo encontre

Ahí esta por si alguno de los compañeros se le presenta algo similar.
Código Delphi [-]
FDCommand1.CommandText := 'select ... from ... where id= :id';
FDCommand1.Open;
FDCommand1.Fetch(ADQuery1.Table);
FDCommand1.Close;

Última edición por Casimiro Notevi fecha: 09-06-2018 a las 17:31:51. Razón: Etiquetas [delphi] [/delphi]
Responder Con Cita