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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top