You wrote............
>     $pk = $dbh->last_insert_id();

I believe you can get the created ID with the query, "Select @@IDENTITY;"
This returns the last created ID from the connector object.

Peace


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to