Subject Re: [IBO] IB_Connection.Params and prepare-Speed
Author rsaeger.edv@t-online.de
>
> Just to add my 2c to this...
>
Me too <g>.

This is what I did in my last app:

I start my app and connect to database.
I create most of the forms (all heavy used forms) after connection
and prepare (_not_ open!) queries in Form.OnCreate.
Then I open queries as needed or in Form.OnShow.

So I have the prepare-caused delay only once: at start of the app.
It seems to work, but not heavy tested yet.

What do you mean, is this approach OK?

Regards
Richard Saeger