0
Reply

get path of SqlLite database those ara created by javascript

Pappu Kumar

Pappu Kumar

Jan 20 2017 9:03 AM
230
How to get path of SqlLite database
when we create using java script .?
 
can i change storage path of sqllite database  when we create?
 
code of create database :
 
var db = openDatabase("mydb.db;Version=3;", "1.0","Address Book", 200000); 
 
 
 
Please help....