Click here to Skip to main content
15,920,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sit-wrap:
I constructed a drill-down in my project (winforms C# + tSQL), where I use only stored procedures to upload the data needed for the user.
My SPs use inputs to filter the data when I upload.

I can update the datasets using the update command. However..

Q:
I don't have a clue how to update the database, after accepting-changes in the datasets.

Any help will be greatly appreciated..

The newbie


PS: C#- Studio 2008 & up, tSQL 20008
Posted

1 solution

I found this[^], which seems to match your situation.

Hope it helps. :)
 
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