Subject | Re: [IBO] ServerDefaults |
---|---|
Author | Ulrich |
Post date | 2003-12-10T19:02:19Z |
>I used to query the metadata for each insert when GetServerDefaultsWhat excactly is the difference between setting the
>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.
>
property "getServerDefaults" to true and the
method "getServerDefaults" ?
After executing "getServerDefaults" the default values are visible in
the property DefaultValues...
Ulrich