SQLite specify filename of database file?
Solved
General and Desktop
-
wrote on 26 Apr 2021, 07:22 last edited by
Dear all,
is there a way to specify the filename of SQLite filename?
the curret file generated automaticaly like:309d1e4b32c2e30bac8ccadf6a0250de.sqlite
is not very purposable...
Thank you
-
You can set the database name with QSqlDatabase::setDatabaseName()
1/2