Results 1 to 6 of 6

Thread: Com and access, what is com, and how do they relate?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    I was wondering, what is com, adn how does it relate to MS access
    NXSupport - Your one-stop source for computer help

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    COM is the Component Object Model, and it's probably one of the most important things to Microsoft. Example: all the Office programs can be used as COM objects (ever used CreateObject("Word.Document")?). Also, all OCX controls are COM objects. ActiveX is another name for COM. Now, you can see where it all fits in.

    On the Access side, DAO and ADO are usable through COM in a variety of different guises.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    what is ado, and dao?
    NXSupport - Your one-stop source for computer help

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    ADO - Active Data Objects
    DAO - Data Access Objects

    They're two different object-centric ways of accessing a data source.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    East Providence, RI
    Posts
    1,715
    whats the diffrence between them?
    NXSupport - Your one-stop source for computer help

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    From what I can tell, not a whole lot. I've used both interchangeably (to an extent). I haven't done much MS database stuff for a while (decided I preferred mySQL and C++).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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