|
-
Apr 25th, 2005, 11:36 AM
#1
Thread Starter
Lively Member
What does COM stand for and why you need it?
Just to have an idea...
thanks
-
Apr 25th, 2005, 11:49 AM
#2
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
-
Apr 25th, 2005, 12:27 PM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|