I have planed to create a SQLite command editor for android application through cordova, app inside I will allow user to create unlimited table and database,so when they are enter into the application I need to select the database from popup menu then only I can execute the user's query. Also I need to get all the table name from specified database.
I have tried the following SQL query but no use.
SELECT name FROM master.dbo.sysdatabases
Aucun commentaire:
Enregistrer un commentaire