Hi all,

SqlExec can be used to perform insert queries, but is it possible to
retrieve the generated keys?

In JDBC one would do:
 stmt.executeUpdate( "INSERT INTO...", Statement.RETURN_GENERATED_KEYS);
rs = stmt.getGeneratedKeys();

I'm looking at using a mapping-free Cayenne runtime to perform JDBC
operations.

Kind regards

Bob

Reply via email to