MySQL.getInsertId
(since 1.0)
Get the last id insert with auto-increment
Description
integer
MySQL.getInsertId
(
)
Used to get the last insert id with auto-increment.
Return values
The last insert id
User notes
Post a note
CollaborAPE to our wiki !
Find the information you need on the APE Official Wiki : Install, Server, JSF, Help...

The MySQL Command LAST_INSERT_ID() returns
"most recently executed INSERT [ ... on a] per-connection basis."
As APE is only one connection, is this problem?