COM+ vs ADO.NET

  • Thread starter Thread starter Justin
  • Start date Start date
J

Justin

I am a newbie in .NET, I am trying to implement Database access components
which need to handle transaction management and concurrency control. I have
been seeing that the COM+ provides functionalities on transaction
management, but is the difference between the COM+ transactions and the
transactions in ADO.NET? And which one should i use to get a better
performance or which one is simpler to implement?
 
Back
Top