Hi,
I am trying to manage various DBMS operations in my application. I got this link and trying to custom it:
http://wiki.forum.nokia.com/index.ph...ith_Navigation
But my application is just exiting without any errors.
While debugging I got that the if stmt viz.
if(KErrNone == PrivFolder.FindByDir(DBFileName, KNullDesC))
is evaluating to FALSE. I get the following debug msgs (If there is no TCB capability added):
PlatSecEnforcement OFF
PlatSecDiagnostics ON
PlatSecProcessIsolation ON
PlatSecEnforceSysBin ON
PlatSecDisabledCaps NONE
And dont get those debug msgs when TCB capability is present. But either way the app just exits. Is it some thing to do with the Platform Security or am I missing out any thing?![]()



