Subject Re: [IBO] TIBOQUERY Problem
Author Marco Lauria
At 11.15 28/11/2001 +0000, you wrote:

>Just a quick look:
>
>I use to prepare the query first before setting any parameters, you are
>preparing after.
>
>I always think that the query must be prepared before setting any
>parameters. Am I wrong?


As Far As I Know if you use ParamByName and the query isn't already prepared
IBO will prepare it for you.
So really the prepare() called after ParamByName calls
should do nothing.
Regards
Marco