Changes between Version 2 and Version 3 of Recipes/DeferredColumns

Show
Ignore:
Timestamp:
02/27/08 16:19:01 (5 years ago)
Author:
guest (IP: 68.13.125.11)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recipes/DeferredColumns

    v2 v3  
    4040}}} 
    4141 
    42 ===== Discussion ==== 
     42==== Discussion ==== 
    4343The members of the 'deferreds' group will be queried along with the itemnmbr and itemdesc.  This is helpful when you have multiple deferred columns as accessing a singly deferred column creates an isolated sql call.  Using the original example, to get the values of all 4 columns, would require 3 sql calls. One call for the itemnmbr, itemdesc and then a separate call each for the two remaining attributes. 
    4444