Subject | Converting TQuery to TIBOQuery |
---|---|
Author | henry FRANQUET |
Post date | 2003-07-18T08:11:34Z |
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
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