I have this stored procedure which inserts an entry into a database table and returns the latest ID.
CREATE PROCEDURE `sp_AddRelease`( IN Description varchar(50),