Results 1 to 3 of 3

Thread: Com, DCOM, COM+

  1. #1
    Guest
    Hallo all

    I know this is not a direct question for a problem, but does anyone know how to use them, how to create them? Any information will be appreciated!

    Thanx

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    You can create five types of COM objects in VB.[*]ÀctiveX DLL[*]ActiveX EXE[*]ActiveX Control[*]ActiveX Document DLL[*]ActiveX Document EXE

    You're actually using COM components when you put a control on a form, or when you create an object with CreateObject or the New keyword.
    COM (=Component Object Model) is simply a model for how different types of objects communicate.
    DCOM (=Distributed COM) is how objects communicate over a network.

  3. #3
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186

    Talking

    DCOM components are exe components only.

    COM+ is the next generation of MTS, (that is microsoft transaction server)

    COM+ is a better name since MTS does so much for you than just act as a transaction server.

    With COM+ you can amongst other things:

    Configure components to be transactional or Queued.
    Get connection pooling, for database ressource sharing.
    Security at interface level.
    Object pooling.
    etc...

    If you come from a Java world then you must have heard of EJB's, enterprise java beans, this specification is a copy of MTS 2.0, so you know.


    André

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width