Hiya, I have a sql (postgres) statement: > INSERT INTO rooms (coordinate) VALUES (ST_SetSRID(ST_MakePoint(:lon, :lat), > 4326)) returning id;
with id being a serial. Sure, I can get the id with lastInsertId(), but I wonder, if and how it is possible to get the id value from a QSqlQuery. Guido _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest