rkaye--
My code uses a property for the counter. But it is expanded to for other counters as well and uses a method to determine which property to increment. The cursor name is passed as a parameter to this method which uses a CASE statement to determine the property to increment.
I guess the overhead is in the method call and CASE lookup. I also don't use the m.var notation due to style preference (I know the consequences and do not want to enter into a debate...) which also adds overhead for large rows.
↧