How to get the DB table data and place the modified data into same row
Hi i am doing one database based web application, where in one page i will submit my data to the database and in other page i have to perform a search and retrieve the data onto the jsp page, such that if any modifications to be made on that particular search item. And after the modifications i have to update the data in the same row as it was in previous. Please i am in desperate need to perform this task, can anyone suggest me a good idea to perform this task into a successful one. Please help me out.
Thank You in Advance.

