The conversion of a varchar data type to a datetime data type resulted in an out-of-range value.
Y este es el código que utilizo para filtrar
delphi
if jvdateedit2.Text<>'' then begin datamodule3.ADOQcomb.SQL.Clear; datamodule3.ADOQcomb.SQL.Text:='select * from TABLA where FECHA ='+(char($27)+jvdateedit1.Text+(char($27))); datamodule3.ADOQcomb.Active:=true; end
Por favor una vez más gracias