Subject IBO and Firebird 1.5
Author lgautonxx
I'm experiencing a particular problem using IBO and Firebird 1.5, my
system is Delphi 7 with IBO 4.2I

using a TIB_Query and populating an sql query using statments like

ibquery.params[0].asdatetime := StartDate;

running the query produces empty result sets.

If the dates are hard coded then all works fine.

Also, everything works fine when the same query population is used
against Firebird 1.0


Does anyone have any ideas?