Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: metridevkk
  • Content: Threads
  • Order by date
  1. metridevkk

    how to retrieve the new ID of the auto_increment column

    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?
  2. metridevkk

    href path changes in jsp on redirecting the servlet to that jsp

    My servlet gets redirected properly to a jsp page(MyPage.jsp), but clicking the links on that jsp page fails. Get the error: The requested resource (/CC/servlet/Main.jsp) is not available. In MyPage.jsp page, the link is defined as follows: <a href="Main.jsp">Back to Main Page</a> but after...

Part and Inventory Search

Back
Top