updating table's field value
Posted by: Mujahidur Rashid Chowdhury
Date: March 10, 2007 02:26PM

Hi all,
I am facing a problem can u give me suggestion what can i do now.
problem is:
I have a table name 'abc' in a database. in the table there are two fields name 'b' and 'c' data types are varchar but i insert there numeric value like '50'.
in my java application i convert those numeric value, there are two radio button and text fileds, and a button.
when i select any radio button then value of that corresponding field is shown in the correponding text fileds. Now I want to do that when i press button then value of that corresponding text filed will deducted and againg will be inserted in the corresponding field of the table in the database.
How can I do this.
will i use "executeUpdate" or "executeQuery" command ?

waiting for ur reply.

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
updating table's field value
March 10, 2007 02:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.