How do I import a .sql file into an android bank?

2

I have a .sql file that contains several inserts and I needed my application to read this file and make these inserts, in a table I have created. Is there any way?

    
asked by anonymous 06.10.2016 / 16:24

1 answer

1

I believe that an alternative is to import this file into the original DB (mysql, postgres ...) and export it into a worksheet. After that, import this spreadsheet into the android SGDB.

    
06.10.2016 / 19:49