update values
can somebody tell me how to update a row in database table
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Pravin MorePosted Sep 20, 2011, 8:13 AM
i dont know how you want exactly........
but the simple way is.........
update Table_Name set colm1=xxx,col2=xxx where colID=1
as u not mentioned exact requirment ,i have given simple way......
tell me if u want it in any other manner through code or something....
Thanx,
Pravin.