Hi ,

As we know we can create sqlite database in RAM


db = QSqlDatabase::addDatabase("QSQLITE");\
db.setDatabaseName(":memory:");


But how do we check whether it's created in RAM or not.

Is any command in linux to check it.


Best Regards
Sona


============================================================================================================================
Disclaimer:  This message and the information contained herein is proprietary 
and confidential and subject to the Tech Mahindra policy statement, you may 
review the policy at http://www.techmahindra.com/Disclaimer.html externally 
http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra.
============================================================================================================================

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to