jquery - Problem regarding database in webos 3.0 ENYO Sqlite -
i new develop touch pad applications. using enyo framework , sqlite database. have tried example given in doc seems data stored temporarily. refresh browser or recompile app data lost. have following queries regarding database:
i want create database separately, not in application
opendatabase()
method. want use database in application, locate database in app , how connect database?i not able locate database created in app?
i want create connection database , access data tables on load of application. know there application on load event still not able that..
it basic things should known create application on platform. if have knowledge on above things please help. better if can provide example. waiting...
for interested on so, answered question on @ palm developer centre. create db on app launch, can override kind's ready method.
ready: function(){ // open db var db = opendatabase("ext:somedb", "1.0", "somedb", 50000); }
https://developer.palm.com/distribution/viewtopic.php?f=11&t=15996
Comments
Post a Comment