Subject Converting TQuery to TIBOQuery
Author henry FRANQUET
I was using the methode ParamByName of a TQuery and it was returning a
TParam, but when I wanted to convert my TQuery to a TIBOQuery, the
methode ParamByName returns a TIB_Column which is not compatible (we
can't use ParamType, DataType, Bound,...). So is there a way to
convert this TQuery without changing the whole code of my application?

Thanks