I have a SQLite database that needs to be changed. I would like to use the sqlite3 command shell which is included on the Android ATT bundle. I am not very familiar using sqlite3I tried to add the SQLite database inside the ADT bundle, where the sqlite3 command gets a shell and input in the command opens the following command
By the way, the extension of the file I tried to study this link : But this can not seem to be done. SQLite does not have the concept of multiple databases, like SQL Server does, for example. Just name the database file to run SQL file executable. .databases < / Code> - No database available <<>
select * from dbname; - Error: No such table:
dbname.sqlite
Sqlite3 mydb.sql
No comments:
Post a Comment