Can we create our own SQLite db on the mobile device? Are there any samples on how to do that?
Can we create a local data store (SQLite DB) on the client device for a Verivo app?
Have more questions? Submit a request
-
John Lafauce Hi Mrigendra,
Yes, you can create a SQLite DB on a device and there are many resources on Google that show you how to do this. Here are examples:
http://docs.blackberry.com/en/developers/deliverables/8682/Create_a_SQLite_database_761831_11.jsp
http://stackoverflow.com/questions/8882147/create-sqlite-database-in-local-store-on-blackberry
However, in context of Verivo, you will not be able to access this non Verivo created SQLite DB on the device because there is no way to call it within the application. The path will always vary by user and we simply do not support this functionality.
Thanks,
John
Please sign in to leave a comment.
1 Comments