Subject Re: [IBO] How to reduce net traffic on prepare?
Author Jason Wharton
Yes, I'm working towards that optimization.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --


"Dany Marmur" <arbit@...> wrote in message
news:b0itgb$fkh$1@......
> 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.