Subject Re: [IBO] TIBOQuery modify Order affects Params
Author Helen Borrie
At 08:37 AM 29/10/2003 +0000, you wrote:

>I wish the solution was that simple! If you try this, it crashes

What do you mean by "crash"? You'll get an AV if you try to reference the
Params[] array in an unprepared query. That's a crash.

>on
>the *SECOND* prepare statement with previously mentioned date format
>error.

So you don't mean "crashes" at all, but "throws an exception"? Can you put
an actual line that shows you assigning a particular date value to the
parameter? And how you arrive at this value?

Sorry, but you aren't giving us much to go on.

Helen