I have an application that updates two MySQL database tables.  One table has an 
auto_increment id field.  I need to use this id to link to an entry in the other 
table.  Is there an easy way to find out what the auto_incremented number is so I can 
use it to update the other table?

Robbert van Andel 


Reply via email to