> Oh MM, sort it out!

Not got anything to do with MM AFAIK... It's more a database issue cos
it uses bind variables which denote that the value will prolly change
from query to query but still allows the database to build a compiled
execution plan.  

When you try and do a cachedwithin query in cf with cfqueryparam, you
are telling it that these values may change... So how can CF cache a
query that is going to change :)


> Caching queries manually, how is that done?

Either in a shared scope (application or session) or physical disk (by
WDDXing the query and then writing the file)

hth

-- 
Dc


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190252
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to