Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Like i have a database table in that many columns are their(above 80 ) i want to modify that data and update into database.
Posted
Updated 6-Jan-15 22:59pm
v2

1 solution

If you want to update all columns at once, better approach is write a stored procedure and use it in your application.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900