This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum 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


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: 56529
    
  14

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://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
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()