how to update a single row of data table
How we can update a single row of the data table by clicking the button in the same row.Thanks in Advance.
[120 byte] By [
ajeeshpga] at [2007-11-27 5:47:20]

# 1
Hi!What do You mean 'update'? Get fresh data from DB or change data and commit it in DB?If commit, try to read here: http://developers.sun.com/jscreator/learning/tutorials/2/inserts_updates_delete s.htmlThanks,Roman.