|
-
September 9th, 2001, 01:11 AM
#1
getting started on ADO
Is ADO all the facets of ActiveX? If not, what other divisions of ActiveX are there?
-
September 10th, 2001, 01:07 AM
#2
Re: getting started on ADO
ADO is just a way to retrieve data from several datasources, and can be accessed via ActiveX. This does not mean ADO is ActiveX. ActiveX enabled (as they might call it), is when a component exposes methods and/or properties, which can be used from inside programs or other components. This looks a lot on OO-programming (object oriented), and in some way it is. But because it is not complete OO, it is called 'component based'-programming.
So the only way that ADO is ActiveX, is that is is ActiveX enabled, allowing us to use it via components in VB, in the same (sort of) way that it allows us to use Access and Excel from VB.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
-
September 12th, 2001, 09:37 PM
#3
Re: getting started on ADO
I greatly appreciate your response and if yhou don't mind I will notate some or all of your reply into my ADO book.
-
September 13th, 2001, 02:38 AM
#4
Re: getting started on ADO
ADO Book, nice, let me know when it is finished, and if you need a reviewer for the book, just let me know.
Tom Cannaerts
[email protected]
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
-
September 15th, 2001, 08:57 PM
#5
Re: getting started on ADO
Do not misunderstand, it is not MY book, only one I am reading. I was just reading about RDS and excerpting also to the COM/ATL book that I have on the subject. Any experience in this area?
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
|