View Single Post
  #60 (permalink)  
Old 02-10-08, 07:54
izyrider izyrider is offline
Cavalier King Charles
 
Join Date: Dec 2002
Location: Préverenges, Switzerland
Posts: 3,729
Demo Allocator

when trying to allocate resources, instinct is to create a mess of recordsets, memory arrays, and loops.

this demo takes a SQL approach.

the real-world application (from which this demo is drawn) is 10x faster with the SQL approach compared with an earlier memory-array approach. apart from the need to devise a relatively ugly query, it is also way simpler to code.

DAO reference required.
db is A2K format


izy
Attached Files
File Type: zip DemoAllocate001.zip (24.4 KB, 251 views)
__________________
currently using SS 2008R2
Reply With Quote