Ver Mensaje Individual
  #15  
Antiguo 21-06-2018
the walrus the walrus is offline
Miembro
NULL
 
Registrado: abr 2018
Posts: 66
Reputación: 7
the walrus Va por buen camino
Cita:
Empezado por Casimiro Notevi Ver Mensaje
Difícil ayudarte si no copias y pegas tu código, y das explicaciones claras.
Código SQL [-]
 query.SQL.Clear;
query.Close;
query.SQL.add ('select * from compañia  where fechavencimiento1 between  :FECHA_INI and : FECHA_FIN ');
query.query.parambyname('FECHA_INI').AsDate := DateTimePicker1.date; 
query.parambyname('FECHA_FIN').AsDate := DateTimePicker2.date;
 query.open;

ese es mi codigo, el error me da en la FECHA_FIN

Última edición por the walrus fecha: 21-06-2018 a las 19:36:19.
Responder Con Cita