better use ADO.Net

  • Thread starter Thread starter ruben barzallo via .NET 247
  • Start date Start date
R

ruben barzallo via .NET 247

(Type your message here)
Hi,
What is better way to use ADO.Net in applications with much transactionality?

SProcedure?, Command?, DataAdapter?, DataSet?

What is the best?

Sorry for my English.
 
What do you mean by "transactionality"? Lots of transactions (Begin
Transaction, Commit/Rollback Transaction) or simply lots of operations
(updates, inserts, deletes)? Tell us more about what you're trying to do.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top