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?
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?
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.