Subject Re: Possible Incorrect Logic in TIB_LookupCombo
Author Marco Menardi
--- In IBObjects@y..., Helen Borrie <helebor@t...> wrote:
>
> For Inserts, IBO will know about database defaults in one of two ways:
>
> 1) You set GetServerDefaults true. This bring the defaults over to a
> client-side array (for inserts only). The downside is that it makes
> opening your query rather expensive.

In recent version of IBO, this is not longer true. If a query with GetServerDefaults is opened, IBO retrieves default values for all the database, so whatever query you open later defaults are already found in client memory.
I always use GetServerDefaults in my queries, and I find very C/S, since the defaults are defined on the server side, not the client one, and when I have to change them, all my apps are immediatly up to date.
regards
Marco Menardi