Hello,
you create a local object of QDatabase in line 29 of database.cpp (sindesou) and open this local object.
In aposindesou you close the QDatabase object of the class databse. But this object isn't open. You can't close it.
Maybe you should use the class database object in line 29 of database.cpp (sindesou).
Qt Code:
To copy to clipboard, switch view to plain text mode
bye




Reply With Quote
Bookmarks