Hello- I am running MySQL 5.0 on Windows XP hitting it from Python (2.4) routines. I have an id column (auto increment, primary key) on every table that I use to join other tables. I use stored procedures to insert new records into each table and would like to know how to return the id value of the recently inserted record (it's more a problem on how to *get* the id value to return than how to return it).
If anyone can show me how to do this or point me to the appropriate documentation, I would be grateful. --greg