Results 1 to 3 of 3

Thread: What does COM stand for and why you need it?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    115

    What does COM stand for and why you need it?

    Just to have an idea...
    thanks

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: What does COM stand for and why you need it?

    Component
    Object
    Model

    It's a method for allowing applications to interact with external objects by treating them as objects. It's what allows you to do this:
    Dim rstMyData As ADODB.Recordset

    This is as opposed to having to use a Declare statement - the way APIs work.

    It was a solution to help enable developers use more object-oriented methods during development.

    Plus it made for a really cool buzzword.

    Tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2005
    Posts
    115

    Resolved Re: What does COM stand for and why you need it?

    thank you for your reply, now I know that I used COM in my program

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