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).
first new QSqlQuery(), sql: insert into ... the result is 6;
next: new QSqlQuery() and sql: delete from table ...
the result is 6 too ???
Hi,
AFAIK, lastInsertId reports the id of the most recent inserted record. The action of deleting them doesn't change that value. The next insert query will update it