Hi,
I need to share database file between two applications.
In first app I created database file in the shared path and added some data into tables
Then in second app I successfully read file but when I tried to create statement I get:
E_OBJECT_LOCKED which means:E_OBJECT_LOCKED The database instance is locked.
When I tried to use secure database with key I get
E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. [http://tizen.org/feature/database.encryption]
I'm using RD-PQ with Tizen 2.2.1
Any ideas how turn on db encryption or how share data between two apps ?
Thanks
Kamil