Subject RE: [IBO] Date issue ( again )
Author Ondrej Kelle
If SCDate is a timestamp field I think you should try

SELECT * FROM SalesCall WHERE CAST(SCDate AS DATE) >= :dSCFrom AND
CAST(SCDate AS DATE) <=:dSCTO