Subject Re: Can i speed up start-up of my application ?
Author Aage Johansen
Enrico Raviglione wrote:
> Why IBO need all this time for connection and open table/query, how can i
> speed-up the start-up?

Isn't there a metadata cache facility in IBO? If your metadata is stable
this can be saved at the client and may improve speed for the prepare phase
if your queries.
Otherwise - as Heles wrote - don't fetch data until the user asks for it.

Regards,
Aage J.