Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
521 Points
469 Posts
Jan 13, 2012 05:06 PM|LINK
ssjGanesh Update Table1 set value="somethng" where pageId=2 The above query can update multiple records at a single execution..
Update Table1 set value="somethng" where pageId=2
The above query can update multiple records at a single execution..
Hi Ganesh, won't it update all values to same value on a specific page! I do not want this...
Hi Dotnetseeker,
article uses for loop and also it is updating multiple fields not the multiple records, that I do not want...
Thanks for your replies.....
sophia_asp
Member
521 Points
469 Posts
Re: Update multiple rows at once
Jan 13, 2012 05:06 PM|LINK
Hi Ganesh, won't it update all values to same value on a specific page! I do not want this...
Hi Dotnetseeker,
article uses for loop and also it is updating multiple fields not the multiple records, that I do not want...
Thanks for your replies.....