Hi,
I'm using JDBC and was wondering...How do i get the value of a primary key field (AUTO_INCREMENT)that was last added so I can display a confirmation on the screen? I've read on some places it can be done using php, so i would imagine it can be done with JDBC.
The primary key field acts as a member_id and I want to display a confirmation screen when it is added to the DB successfully (e.g <member_id> added to database successfully etc). Other fields would be uselful too but the primary key is my main concern at the mo.
Thanks,
Dalyboy