Subject Re: [IBO] IBO Question
Author Helen Borrie
At 11:42 AM 20/10/2003 +0000, you wrote:
>Hi
>
>I have converted a BDE appl. to IBO using GReplace as explained on
>IBOs homepage.
>
>After convertion it all runs fine except a few things.
>
>When I start my application I do a select like this:
>
>Select * from BonMaster;
>
>In my little test database (12 Mb) this table contains NO records at
>this time.
>
>Using BDE it opened instantly.
>Using IBO it takes a few seconds to open.
>
>I use D5 Ent, Firebird 1.0 796 on linux.

How long does it take to open again, if you close it and reopen it?
Put a monitor on and watch to see what is taking the time. (drop a
TIB_MonitorDialog on the form and call its Show method in your FormCreate).

Also tell us how you are implementing the connection - what do the Server
and Path properties look like? What is the in DatabaseName path of the
IBOQuery?

Helen