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.

[550 byte] By [Srinivasan1983] at [2007-11-26 11:54:39]
# 1

Check out the Creator 2 update 1 bundled sample application Two Page CRUD.

Databases: Two Page Create, Retrieve, Update, and Delete (CRUD) Database Operations with Table Display

Download the Two Page CRUD with Table Display Application for:

Java Studio Creator 2 (zip)

http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapp s/2/TwoPageCrudTable.zip

Java Studio Creator 2, Update 1 (zip)

http://developers.sun.com/prodtech/javatools/jscreator/reference/code/sampleapp s/2/2update1/TwoPageCrudTable.zip

This demos the kind of scenario you are looking for.

HTH,

Sakthi

sakthivelgopal at 2007-7-7 12:12:33 > top of Java-index,Development Tools,Java Tools...