Qt 6.11 is out! See what's new in the release
blog
Regarding Sqlite Query To Retrieve Database Names
General and Desktop
2
Posts
2
Posters
932
Views
2
Watching
-
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.