언어 설정

Menu
Sites
Language
How to store high capacity data

Hello,

I'm porting an app from android to tizen and I use tizen web html5.

I used a database about 10M capacity on android ,and I would search my db

when use some functions.Now I want to port this to tizen.

Because of not support extra db on tizen(right?),Is there a way to store high

capacity data on tizen?

I have tried opendatabase(), I want to write all of the data from the 10M db to a txt doc,

read the txt and insert data to a new db which created by using opendatabase() when first launch my app.

But it's like that the second or third  time I use it ,it creates new db,not finds created db.

openDatabase("aaa.db", '1.0', 'Offline storage', 10*1024*1024).

How could I do?

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
Lakshmi Grandhi
Hi, SDK 2.1 this can be acheived by adding "http://tizen.org/privilege/unlimitedstorage" privilege in config file
Lakshmi Grandhi
Hi , I have raised bug in JIRA https://bugs.tizen.org/jira/browse/TWEB-130 Kindly follow it for more updates