This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
how to retrieve the new ID of the auto_increment column
Keya Shah
Greenhorn
Joined: Sep 13, 2004
Posts: 3
posted
0
I am using mysql database. In my jsp page, after inserting a record in the mysql table, I need to get back the new ID generated for the auto_increment primary key column. How do I get this value?