4
I’m making an app requires only queries in a database. Since this is a very large amount of data, I think it would be counterproductive to feed this database using a insertOrThrow for each item of a table. I don’t know the best way to perform this operation, so I’m doing a procedure kind of "blindly" here, but it’s not being very effective. To enter this data I used the utility Sqlitestudio. Has anyone there ever performed such an operation? Which database manager do you suggest to use? I’m having difficulty importing this database generated in the manager into the Android Studio project. So I searched, it is necessary to create a folder called Assets in the project and put the database inside.
About the import, I found information to use the class Inputstream, but I could not load the file information. During the execution, in the procedure to list the data, enter the Cath and says no table was found in the bank. The larger purpose of this question is to get advice on how to perform a large volume data insertion operation in a database and use it for query through Android Studio. Anyone who can contribute, thank you. Hugging!
I think this link can help...
– h3nr1ke