Skip to main content

All Questions

Tagged with
3 votes
1 answer
5k views

Is there a way to check the database version in a flutter app using sqflite?

I am pretty new to flutter and I have some questions about how database version control works for these apps with sqflite. I have made a database file in my assets folder that is copied onto the ...
varmkun's user avatar
  • 157
1 vote
0 answers
372 views

how to update data in sqlite database in android

I have a problem in the database program please guide me. I created a database manually and copied it to the assets folder and runs all parts of my program, but I do not know how to complete the ...
alirezaghasemi's user avatar
1 vote
2 answers
270 views

Store user data in database separately

What is the best practice to store user data separately from the actual app data? The user data is a statistic and it will be collected during app usage. The database must be always updated but I have ...
Sam Joos's user avatar
  • 450
1 vote
1 answer
188 views

Updating SQLite database when app shipped with database for releasing new version

I am shipping the database file with our android application. For that I followed How to ship an Android application with a database? answered by Danny Remington - OMS. Now I have to provide the new ...
pjain168's user avatar
-3 votes
3 answers
1k views

update rawQuery in to database is not working on android

In my project i'm updating the searchtag in the database by using this query public void updatesearchtag(){ SQLiteDBHelper sqLiteDBHelper = new SQLiteDBHelper(context....
Jagan's user avatar
  • 642
2 votes
2 answers
3k views

How can I replace (overwrite the entire file) a sqlite database provided by SQLiteAssetHelper?

I have a database file in my app's src/main/assets/databases directory. I want to download a new copy of the entire database (no data needs to be retained), and overwrite the old one. How can I do ...
BLuFeNiX's user avatar
  • 2,546
1 vote
0 answers
1k views

Best way to manage iOS app and database updates

I'm developing an iOS app that makes use of an sqlite database directly, without using Core Data. I've the tables for the database defined in a file that I read to copy the database to Documents the ...
AppsDev's user avatar
  • 12.4k
1 vote
2 answers
2k views

Updating a sqlite database from text file

I am new in database development, sorry if this is inconvenient to ask. I am developing an Android application, the database of which has a table with thousands of entries. This table is generated ...
oOo's user avatar
  • 21