Mark said:
I understand that MS Access is considered cpu hungry because it
complies routinely. Also, VB does not compile the same way, and is
not cpu intensive. Any thoughts?
No, Some people probably think that Access is CPU hungry because Access 97
(and older?) constantly used as much CPU as it could to monitor certain
activities. However; this was done in a very low priority thread so any
other process that called for the CPU would get whatever it needed because
Access would yield the processor.
Looking at TaskManager though people would see the CPU (apparently) pegged
and it would return to normal when Access was closed. Thus "Access is a CPU
hog".
If you distribute an MDE to users (what most developers do anyway) this
completely eliminates any on-the-fly compiling since an MDE cannot become
uncompiled as an MDB can.