facebook

Publish SQLite Database with Application

  1. MobiOne Archive
  2.  > 
  3. Getting Help – General
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #345175 Reply

    I have an existing SQLite database, I hope to publish with an application. Can this be done? How is it done?

    I can create a new one, but cannot determine how to use an exsiting one.

    #345179 Reply

    Hi sts,

    Mobione apps have access to the Cordova 2.9 Storage api: http://docs.phonegap.com/en/2.9.0/cordova_storage_storage.md.html#Database
    No sqlite functionality is directly accessible from this api. An alternative approach is to package your db data in the app and upon 1st launch load the data to a new db.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Publish SQLite Database with Application

You must be logged in to post in the forum log in