Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete,Insert,Update ?

Status
Not open for further replies.
Nov 19, 2003
117
US
I'm working with a datagrid and a dataset, and when the user click the save button. I want to delete,Insert, Update any rows that have a changed row state. Now i have developed stored procedures for each event because i cannot use commandbuilder because my data is from more than one table. So what i'm unsure about is how to create the correct transaction function so that it will read the Rowstate and do accordingly. My dataset is not created with a datatable its just built from a stored procedure.
 
Thanks for the post and the link to an example cjburkha i'll give it a try.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top