Hello,
I use MySQL with a MYISAM-Table and an integer field with autoincrement as Primary key.
In V6 I put the following code in the form in the
OnafterInsert - event.
$last_id = mysql_insert_id();
die ("Last value of ID : $last_id ");
In V5 I get the correct value of the latest ID in the table.
In V6 the result is 0.
I posted this bug to support…
Best regards
Uwe