Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
my programme writes" QSqlDatabase db = QSqlDatabase::addDatabase("QSQLITE");" QSqlQuery query; query.exec(.....);
now the mistake is:" ...QSqlQuery::exec: database not open" can you solve this question ? thanks
You should call @ db.open() @ before executing queries.
And you should select an actual database at that. Not just a driver.