Does anybody know where the dm_docbase_config property is located in a docbase?
From dmclfull.ini.....
# cache_queries
# This flag turns query results caching on or off for the session.
# In order for query results to be cached, query caching must be
# enabled both here, and for the connected docbase (in dm_docbase_config).
# The default is false (F), meaning caching is not enabled by default.
#
cache_queries = F
Thanks