Subject | Re: [IBO] Using TIB_SearchPanel results in other TIB_Query |
---|---|
Author | Jason Wharton |
Post date | 2003-08-14T18:26:30Z |
That would actually work, though probably not that efficient.
Rather than storing a list of bookmarks, keep a list of ID values and use a
parameterized query.
That way you are only fetching records that are needed and using a prepared
query for it.
Jason Wharton
Rather than storing a list of bookmarks, keep a list of ID values and use a
parameterized query.
That way you are only fetching records that are needed and using a prepared
query for it.
Jason Wharton
----- Original Message -----
From: "Steve Fields" <stevefields2424@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, August 14, 2003 9:59 AM
Subject: Re: [IBO] Using TIB_SearchPanel results in other TIB_Query
> Thank you, Jason
>
> I guess I was just looking for a quick fix for
> my problem. I had envisioned just passing a
> SQL string and a bookmark string to the second
> routine and performing a first/next/eof process
> to step through the selected records with an
> independant TIB_Query.
>
> Steve Fields
>