Hi,
I am unable to update an oracle column based on a query. what i did actually was imported an Excel sheet data(CSV seperated by a comma) into table using sqlloader. here in the below code the textbox is displaying the value from Database based on the condition but when i update the database again, it is taking null though the value is displayed on the textbox.. and below is my Code for
JSP
And the Update JSP i used is as below
Also could you please help me by editing the code i entered above to make the buttons to post data into different JSPs