Access Pre-populate Sql Lite Db In Phonegap
I created a pre-populate SQL Lite DB an added it to my app as described in my other question. Now, how can I use this DB? I guess I need to use openDatabase but how do i make it op
Solution 1:
Did you add the Java code from http://gauravstomar.blogspot.com/2011/08/prepopulate-sqlite-in-phonegap.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+GauravSTomarBootstrappingIntelligence+%28Gaurav+S+Tomar+%3A+Bootstrapping+Intelligence%29 to copy your DB from the assets folder to the correct folder on your device?
Post a Comment for "Access Pre-populate Sql Lite Db In Phonegap"