语言

Menu
Sites
Language
What is the Tizen system media database file location?

tell me the system media database file path.

响应

4 回复
Alex Dem

Hi,
Maybe this is the path : /opt/usr/dbspace/.media.db but i can't say for sure.
Alexey.

Alex Ashirov

Hi,

It seems I am able to open the database with E_SUCCESS for reading and writing. Unfortunately, I don’t know the database structure and I am not able to select/insert any data from/into it.

harish kumar kavali

Hi Alex,
     
     for list of tables in a database use "sqlite3>>.tables"
     for schema of tables use "sqlite3>>.schema"
Regards
Harish

Alex Ashirov

Hi,

Thank you very much!

So, I am able to select and insert from/into the tables now. I tried on 'album' table.