Op 22-5-2013 10:25, Witold E Wolski schreef:
> How can I get efficiently the id of the last insterted row?
>
> A the moment I am using :
> SELECT MAX(id) from table.
> Which isn't efficient.
>
> How can i do it more efficiently but stay database agnostic.
>
> best
> Witold
What's wrong with QSqlQuery::lastInsertId() ?

André

-- 
You like Qt?
I am looking for collegues to join me at i-Optics!

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

Reply via email to