borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (got problem working with listview ?)Next Topic (how to develop skinnable scrollbar) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : what is com+ and what is difference between com and com+ ?
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon what is com+ and what is difference between com and com+ ?

please tell me in detail.

12-12-2003 at 11:50 AM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 891
icon Re: what is com+ and what is difference between com and com+ ?

COM: The specification of standard functions that every supporting program should support.
Each COM-compliant program has a few functions that enable another COM-compliant application to use it.
COM+: The integration of MTS and DCOM.
DCOM: Distributed-COM. The protocol that enables a COM object to be instantiated on another computer from the one that is using the code (ie. call from a client machine in London, but the code runs on the machine in New York).
MTS: Microsoft Transaction Server. How MS coordinate a transaction across multiple servers. Specifically for multi-step operations that require the system to either work 100% or to revert back to a state before the transaction was started.

I hope this helps, these are the dictionary-definitions (sort-of) and should give you a good starting-point for delving into this area in more detail.

Hope this helps,
Kieron

____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

12-12-2003 at 04:01 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB.Net : what is com+ and what is difference between com and com+ ?
Previous Topic (got problem working with listview ?)Next Topic (how to develop skinnable scrollbar) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder