Subject Re: [IBO] Optimizing IBO-app: Lookups
Author Jason Wharton
I suspect he is using native IBO controls etc. I don't have a clientdataset
container.
This is something planned for IBO version 5. Please don't ask for timelines
on completion.

Kind regards,
Jason Wharton
CPS - Computer Programming Solutions
Mesa Arizona
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --

----- Original Message -----
From: "Alan McDonald" <alan@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, March 29, 2003 3:01 PM
Subject: RE: [IBO] Optimizing IBO-app: Lookups


> you could load then into clientdatasets when you synchronise, then run the
> IBO controls out of the clientdatsets between synchronising. Since your
data
> does not move from one PC to another in the form of a clientdataset, you
> will not incur any license fees
> Alan
>
> -----Original Message-----
> From: Petter Holmström [mailto:petter.holmstrom@...]
> Sent: Sunday, 30 March 2003 3:19 AM
> To: IBObjects@yahoogroups.com
> Subject: [IBO] Optimizing IBO-app: Lookups
>
>
> Hello,
>
> I've written a rather complex two-tiered application using IBO/Firebird.
> I've noticed that it tends to become a bit slow on networks, and now
> I'm trying to reduce the network usage. As it contains a lot of
> lookups that aren't updated very frequently I'm thinking of storing
> the lookup-lists in local files that are synchronized every time a
> connection to the database server is established. What is the best way
> to achieve this? I'm using the IBO controls throughout the entire
> application and I have Delphi 7.
>
> Thanks in advance,
>
> -Petter-