Actually DescribeTypeCache holds the results from DescribeType() method. If is cached the result is more fast.
REgards Igor Costa On Fri, Sep 5, 2008 at 7:08 PM, reflexactions <[EMAIL PROTECTED]>wrote: > I have read that you should use DescribeTypeCache as it is much faster > than calling describeType directly. > > I wondered how big an issue this is becuase... > > I noticed that the ADG uses describeType everytime it sets the value of > a cell into the dataProvider at the end of an edit, so it is getting > hit an awful lot, so is it going to be a significant benefit if I > override the function and change to using DescribeTypeCache? > > tks > > > -- ---------------------------- Igor Costa www.igorcosta.com www.igorcosta.org

