Regarding Sqlite Query To Retrieve Database Names
-
Hi.
can anyone tell me the query to get the database names from QSqlite database.
i tried with
@Select * from sqlitemaster;
which didnt work, can anyone suggest me the answer. -
Hi,
That's rather a sqlite question. You should rather ask that on their forum.
In any case, AFAIK, for sqlite, each file is a database so the name of the database is the file name.