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.
The moose likes JDBC and the fly likes how to retrieve the new ID of the auto_increment column Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to retrieve the new ID of the auto_increment column" Watch "how to retrieve the new ID of the auto_increment column" New topic
Author

how to retrieve the new ID of the auto_increment column

Keya Shah
Greenhorn

Joined: Sep 13, 2004
Posts: 3
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?

Any help appreciated.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

Not a JSP question; moving along to the JDBC forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Roberto Spier
Greenhorn

Joined: Sep 13, 2004
Posts: 7
Hello, Keya,

I do it this way:


HTH
Roberto
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to retrieve the new ID of the auto_increment column
 
Similar Threads
auto_increment primary key
MySQL AUTO_INCREMENT column not uniform
A problem with Hibernate and MySQL query.
MySQL auto increment
last_insert_id()