In PHP4 you can get the last id of an auto_inc field with the function
mysql_insert_id()
Is there an equivalent method in the PEAR DB class?
I would like to know this too. It looks like there isn't but I wanted to make sure.