Subject | Re: [IBO] tib_grid display on query rerun |
---|---|
Author | Jason Wharton |
Post date | 2002-01-17T21:17:30Z |
> Explicitly prepare your query in the OnPrepareSQL event when usingNo, do NOT call Prepare in the OnPrepareSQL event. It is already in the
> parameterized queries.
>
> e.g. in the OnPrepareSQL event:
>
> SQLWhereItems.Add('ID = :P_ID');
> ....
> Prepare;
>
> Or if you don't use parameterized queries, then simply build
> your WHERE clause without calling TIB_Query.Prepare.
process of being prepared at that point.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com