Batching updates with SqlDataSource

  • Thread starter Thread starter McGeeky
  • Start date Start date
M

McGeeky

Hi. Is it possible to issue multiple update calls to a SqlDataSource within
one transaction?

E.g.

MyDataSource.BeginTrans()
MyDataSource.Insert (params...)
MyDataSource.CommitTrans()

I can't find any conclusive info on this.

Thanks!
 
Back
Top