i wrote following code....
QSqlDatabase db=QSqlDatabase::addDatabase("QSQLITE");
db.setDatabaseName("new.db");
but i couldn't find the database in that folder.....is it not creating the database or the code is wrong????please help..........
i wrote following code....
QSqlDatabase db=QSqlDatabase::addDatabase("QSQLITE");
db.setDatabaseName("new.db");
but i couldn't find the database in that folder.....is it not creating the database or the code is wrong????please help..........
Bookmarks