K kamalkishor Member Licensed User Longtime User Nov 8, 2012 #1 hi I need to create a master Database when app install to phone. And app use this database to perform job. but i didn't know how to do this. Can someone let me know how to do this thanks rgds Kamal
hi I need to create a master Database when app install to phone. And app use this database to perform job. but i didn't know how to do this. Can someone let me know how to do this thanks rgds Kamal
Erel B4X founder Staff member Licensed User Longtime User Nov 9, 2012 #2 Include the database in the project by adding it to the Files tab. You should then use DBUtils.CopyDBFromAssets to copy it: DBUtils - Android databases are now simple! Upvote 0
Include the database in the project by adding it to the Files tab. You should then use DBUtils.CopyDBFromAssets to copy it: DBUtils - Android databases are now simple!