select and update using ADO.NET

  • Thread starter Thread starter ALI-R
  • Start date Start date
A

ALI-R

I am going to select buch of rows from database and update a field in them
,is there a good way of doing that ?

thanks for your help.
Ali-R
 
I have a table of alerts which has a column called "Viewed"(default is 0
which means ,row hasn't been viewed) ,I want to show alerts for an specific
user and then update "viewed" column to 1 (which means that alert has been
viewed).

thanks for your help.
Ali-R
 
Back
Top