Subject Re: [IBO] How to reduce net traffic on prepare?
Author Dany Marmur
Hi Helen!

I have often asked myself... Since there's a Defaults.IBO i the Metadata
cache. Howcome GetServerDefaults makes everything so much slower (I refer to
"really"). If the defaults are cached, should not ColumnAttributes and
GetServerDefaults be the same once the metadata has been cached?

Thanks a lot!

/Dany


"Helen Borrie" <helebor@...> wrote

[snip]


> If your clients on slow connections are going to be inserting records, use
> the ColumnAttributes for defaults - don't use GetServerDefaults, as this
> will really add traffic.
>