http://www.brentozar.com/archive/2009/09/whats-on-my-bookshelf/
//insert row int rowcount = stmt.executeUpdate ( "INSERT INTO LocalGeniusList (name) VALUES ('Karen')"); // now get the disk address - rowid - // for the newly inserted row ResultSet rs = stmt.executeQuery ( "SELECT rowid FROM LocalGeniusList WHERE name = 'Karen'");













