Developer forum

Forum » Dynamicweb 9.0 Upgrade issues » DbHandler.UpdateDataSet in DW9

DbHandler.UpdateDataSet in DW9

Tobias Belling
Reply

Hi,

 

We are upgrading a solution from DW8 to DW9, and can't seem to find a replacement for the Dynamicweb.Modules.Common.DbHandler.UpdateDataSet(DataSet set) function.

We have a dataset that we want to commit. Alternatively, we can use a datatable.

Any recommandations?

 

Kind regards

Tobias


Replies

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Dynamicweb.Data.DataManager.Update(dataSet) or the overload should do the trick.

BR Nicolai

Votes for this answer: 1
 
Tobias Belling
Reply

Hi Nicolai.

Thanks you, it seems to work ☺

Kind regards,
Tobias

 

You must be logged in to post in the forum