Subject Re: [IBO] More than one Lookup combo to one dataset
Author Jason Wharton
Michael,

There is no advantage of this over simply using a separate dataset. One
thing that you can do is fetch all the rows and then call
FreeServerResources. What this does is release the statement handle that the
dataset holds. This makes it purely a client container for rows in memory
from the server.

So, consider this done...

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Michael L. Horne" <guardian@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, March 14, 2001 9:42 AM
Subject: RE: [IBO] More than one Lookup combo to one dataset


> Hello
>
> What would be great for this is a new control that connects to
> the dataset, loads the data, disconnects, and remembers its
> data. Has methods to refresh, clear. And would work like
> the LookupCombo. This would solve the problems of multiple
> Datasets and would also be very useful for those small standard
> datasets that don't change very often, like Terms, or Warehouse
> .... You get the ideal. - - - - Maybe one of the genius here
> could write it for us?
>
> Michael L. Horne