Subject Optimizing IBO-app: Lookups
Author Petter Holmström
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-