Click here to Skip to main content
15,887,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all visitors
Can anybody know how i can save data to sql server 2005
Best Regards.
Posted
Comments
OriginalGriff 26-Mar-11 4:31am    
I think you want to elaborate on your problem a bit: that's a bit too vague to get more than a "go look at google" response...

1 solution

You don't actually use binding source to save the data, just to modify the data in the underlying dataset, list etc. So you have to use for example DataAdapter to make the changes to the database.

Here's one example: Walkthrough: Saving Data to a Database[^]
 
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