I'm working with Telerik OpenAccess, giving support to a C# application.
In the logs of that application, I have seen a query, where the parameters are not filled in with values, just question marks.
Next to that, there is following line:
set event logging to all to see parameter values
What can I do as a support engineer in order to make the values visible (replace the question marks by real values)?
In another question on this site, I've seen following advise:
Set the property Enable data caching to False. The property can be found under Data section of Administration -> Settings -> Advanced menu.
How can I achieve this? (Where is the configuration "application" I can use for this?)
Thanks in advance