Subject Re: [IBO] ServerDefaults
Author Jason Wharton
> I still have some problems in understanding some properties.
>
> I unterstood, that setting getServerDefaults to true in TIB_Query
> brings a time penalty when opening (preparing?)the query.
>
> Somewhere in newsgroup I read, that I can define (for example) server
> domains (and their default values) by code in the TIB_Query
> (ColumnAttributes(?))
>
> Or maybe :
>
> If I set property getServerDefaults to true (for testing purposes),
> in which property I can look which informations the server delievered?

I used to query the metadata for each insert when GetServerDefaults was
true. Now, I moved the default values into the schema cache and access them
there. This means you incur a single hit to pull them down to the client
once and from then on it is just a local lookup.

Not all default clauses you can put on the server will work either. Just a
heads up.

Jason Wharton
www.ibobjects.com