Subject Re: [IBO] ServerDefaults
Author Ulrich
>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.
>
What excactly is the difference between setting the
property "getServerDefaults" to true and the
method "getServerDefaults" ?

After executing "getServerDefaults" the default values are visible in
the property DefaultValues...

Ulrich