G
Guest
Hi,
I'm trying to use the SqlHelper.UpdateDataSet method with transactions. The
DAAB 2.0 documentaion only say: "SqlHelper.UpdateDataset does not include
transaction support. If you need this, you can implement it yourself by a
preceding call to the helper method SqlHelper.ExecuteScalar("begin
transaction")." but I didn't find any matching overload in the ExecuteScalar
method.
What would be the correct way of using the UpdateDataSet with transaction?
Thanks,
Gwenda
I'm trying to use the SqlHelper.UpdateDataSet method with transactions. The
DAAB 2.0 documentaion only say: "SqlHelper.UpdateDataset does not include
transaction support. If you need this, you can implement it yourself by a
preceding call to the helper method SqlHelper.ExecuteScalar("begin
transaction")." but I didn't find any matching overload in the ExecuteScalar
method.
What would be the correct way of using the UpdateDataSet with transaction?
Thanks,
Gwenda