Microsoft KB Archive/172392: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - """ to """)
 
(2 intermediate revisions by the same user not shown)
Line 44: Line 44:
ADO is not a technology that ships with one particular product, and is not treated as its own product. To find ADO KB articles on the Web, connect to the following URL:
ADO is not a technology that ships with one particular product, and is not treated as its own product. To find ADO KB articles on the Web, connect to the following URL:
<blockquote>http://support.microsoft.com/support</blockquote>
<blockquote>http://support.microsoft.com/support</blockquote>
and then click &quot;ActiveX Data Objects&quot; as the Product.<br />
and then click "ActiveX Data Objects" as the Product.<br />
<br />
<br />
For the MSDN or other non-Web-based KB search mechanisms, you can search on the keyword <adobj&gt; that is contained in all ADO articles.
For the MSDN or other non-Web-based KB search mechanisms, you can search on the keyword <adobj> that is contained in all ADO articles.
=== ADO Resources/Points of Information ===
=== ADO Resources/Points of Information ===


Line 57: Line 57:
For additional information, please see the following articles in the Microsoft Knowledge Base:
For additional information, please see the following articles in the Microsoft Knowledge Base:


<blockquote>[[mk:@MSITStore:kbdatacc.chm::/Source/adobj/q169496|Q169496]] INFO: Using ActiveX Data Objects (ADO) via #import in VC</blockquote>
<blockquote>[[../169496|Q169496]] INFO: Using ActiveX Data Objects (ADO) via #import in VC</blockquote>
<blockquote>[[mk:@MSITStore:kbdatacc.chm::/Source/adobj/q175993|Q175993]] INFO: Using ActiveX Data Objects (ADO) via MFC OLE in VC++</blockquote>
<blockquote>[[../175993|Q175993]] INFO: Using ActiveX Data Objects (ADO) via MFC OLE in VC++</blockquote>
<blockquote>[[mk:@MSITStore:kbdatacc.chm::/Source/adobj/q176342|Q176342]] INFO: Using ActiveX Data Objects (ADO) via OLE SDK in VC++</blockquote>
<blockquote>[[../176342|Q176342]] INFO: Using ActiveX Data Objects (ADO) via OLE SDK in VC++</blockquote>
Additional query words:
Additional query words:



Latest revision as of 10:05, 21 July 2020

INFO: Programmer's Guide to Using ADO in Visual C++

ID: q172392



The information in this article applies to:

  • Microsoft Visual C++, 32-bit Editions, version 5.0




SUMMARY

This article presents information that can be useful to anyone wanting to take advantage of the ActiveX Data Objects within Visual C++ version 5.0. The following topics are covered:

  • Implementations of ADO within Visual C++
  • How to find ADO Knowledge Base Articles
  • ADO Resources/Points of Information


MORE INFORMATION

Implementations of ADO within Visual C++

Any of the three methods can be used to get at the ADO typelib within Visual C++:

  • #import
  • MFC-OLE derived classes
  • OLE SDK

Of the three methods, #import offers the easiest (meaning the least amount of code) method of getting at and manipulating ADO objects.

How to Find ADO Knowledge Base Articles

ADO is not a technology that ships with one particular product, and is not treated as its own product. To find ADO KB articles on the Web, connect to the following URL:

http://support.microsoft.com/support

and then click "ActiveX Data Objects" as the Product.

For the MSDN or other non-Web-based KB search mechanisms, you can search on the keyword <adobj> that is contained in all ADO articles.

ADO Resources/Points of Information

ADO originally shipped with the OLE-DB SDK, so you should hit both the OLE-DB Web page as well as the ADO Web sites listed below:

http://www.microsoft.com/data/ado/http://www.microsoft.com/data/oledb/


REFERENCES

For additional information, please see the following articles in the Microsoft Knowledge Base:

Q169496 INFO: Using ActiveX Data Objects (ADO) via #import in VC

Q175993 INFO: Using ActiveX Data Objects (ADO) via MFC OLE in VC++

Q176342 INFO: Using ActiveX Data Objects (ADO) via OLE SDK in VC++

Additional query words:

Keywords          : kbVC500 
Version           : winnt:5.0
Platform          : winnt 
Issue type        : kbinfo 

Last Reviewed: June 25, 1999
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.