R
rcluer
Guest
Not that this will help the situation described in your current verion, but quite some work has been done in this area since OE 11, specifically wrt delayed temp-table instantiation (which is the case you're making
TT's creation are delayed by default to the point in the code where records in the temp-table are queried or created, thereby alleviating the performant impact when instantiating a proceedure/class that uses loads of TT's and completely avoid having to spend resources on TT's that aren't needed. Cool hey? The -nottdelay has to be specified to revert this behavior in OE 11 to the current situation you're describing by disabling delayed TT instantiation in OE 11.
Continue reading...

Continue reading...