[COM+] and ADO.NET

  • Thread starter Thread starter Oriane
  • Start date Start date
O

Oriane

Hi there,

any hint to help me making the choice between COM+ and ADO.NET to connect to
at least two Oracle databases ?

Thanks
 
Hello Oriane,

Could your describe how u use these techniques for your task?

O> any hint to help me making the choice between COM+ and ADO.NET to
O> connect to at least two Oracle databases ?

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Michael Nemtsev said:
Hello Oriane,

Could your describe how u use these techniques for your task?
I'm afrait not. The architect is gone and he hasn' left any docs. I don't
have the time to dig into the code, but I know he preferred to connect to
Oracle with COM+.

Thanks
 
Hello Oriane,

COM+ has nothing common in the way of using with DB, it's just the set of
services.

Probably arch wanna create COM+ services (not Remoting and WebServices) to
work with DB, so ADO.net isn't excluded from this scheme. U can use it within
the COM+

O> "Michael Nemtsev" <[email protected]> a écrit dans le message de O> (e-mail address removed)...
O>O> I'm afrait not. The architect is gone and he hasn' left any docs. I
O> don't have the time to dig into the code, but I know he preferred to
O> connect to Oracle with COM+.
O>
O> Thanks
O>
---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Michael Nemtsev said:
Hello Oriane,

COM+ has nothing common in the way of using with DB, it's just the set of
services.
I think that COM+ includes a transaction manager. So it deals with database
connections isnt it ?
 
Hello Oriane,
O> I think that COM+ includes a transaction manager. So it deals with
O> database connections isnt it ?

Yep, the same as the ADO.net deals with it.
It's not the sound case to use COM+

read there http://groups.google.com/group/micr...read/thread/e7ed9fb059496eb6/c768f0568ab5a7d8
about comparing ES vs ADO.NEt transactions

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
Back
Top