J
John Zink
I am in the process of writing some WEB Services that will
receive a nested Dataset and have to apply any changes to
the appropriate tables. I am planning on using the Data
Access Application Block for my database calls. I have
the UpdateDataset method working, but now I want to add
transactional support. If the dataset contains changes to
table1, table2, and table3 I want to wrap the updates in a
transaction so I can roll back if necessary.
Any ideas on how the application block handles this ?
Do I have to modify the application block and add my own
custom code ?
receive a nested Dataset and have to apply any changes to
the appropriate tables. I am planning on using the Data
Access Application Block for my database calls. I have
the UpdateDataset method working, but now I want to add
transactional support. If the dataset contains changes to
table1, table2, and table3 I want to wrap the updates in a
transaction so I can roll back if necessary.
Any ideas on how the application block handles this ?
Do I have to modify the application block and add my own
custom code ?