Description of references that discuss ODBC in Visual C++ (134391)



The information in this article applies to:

  • The Microsoft Foundation Classes (MFC), when used with:
    • Microsoft Visual C++ for Windows, 16-bit edition 1.5
    • Microsoft Visual C++ for Windows, 16-bit edition 1.51
    • Microsoft Visual C++ for Windows, 16-bit edition 1.52
    • Microsoft Visual C++, 32-bit Editions 2.0
    • Microsoft Visual C++, 32-bit Editions 2.1
    • Microsoft Visual C++, 32-bit Editions 2.2
    • Microsoft Visual C++, 32-bit Editions 4.0
    • Microsoft Visual C++, 32-bit Editions 4.1
    • Microsoft Visual C++, 32-bit Enterprise Edition 4.2
    • Microsoft Visual C++, 32-bit Enterprise Edition 5.0
    • Microsoft Visual C++, 32-bit Enterprise Edition 6.0
    • Microsoft Visual C++, 32-bit Professional Edition 4.2
    • Microsoft Visual C++, 32-bit Professional Edition 5.0
    • Microsoft Visual C++, 32-bit Professional Edition 6.0
    • Microsoft Visual C++, 32-bit Learning Edition 6.0
    • Microsoft Visual C++ .NET (2002)
    • Microsoft Visual C++ .NET (2003)
    • Microsoft Visual C++ 2005 Express Edition
  • Microsoft Data Access Components 1.5
  • Microsoft Data Access Components 2.0
  • Microsoft Data Access Components 2.1
  • Microsoft Data Access Components 2.5
  • Microsoft Data Access Components 2.6
  • Microsoft Data Access Components 2.7

This article was previously published under Q134391
Note Microsoft Visual C++ NET (2002) supported both the managed code model that is provided by the .NET Framework and the unmanaged native Windows code model. The information in this article applies to unmanaged Visual C++ code only.

Note Microsoft Visual C++ 2005 supported both the managed code model that is provided by the .NET Framework and the unmanaged native Windows code model.

SUMMARY

This article lists known references you may find helpful when learning ODBC.

Books

"ODBC 3.5 Developers Guide," Sanders, Roger, McGraw-Hill, ISBN: 0-07-058087-1

"Teach Yourself ODBC Programming in 21 days," Whiting, Bill; Morgan Bryan; Perkins, Jeff; Sams, ISBN: 0672-30609-3

"OLE DB and ODBC Developer's Guide," Chuck Wood, IDG Books Worldwide, ISBN: 0764533088

"The ODBC Solution: Open Database Connectivity in Distributed
Environments," Stegman, Michael; Signore, Robert; Creamer, John,
McGraw-Hill, ISBN: 0-07-911880-1

"Microsoft ODBC 3.0 Software Development Kit and Programmer's Reference",
Microsoft, Microsoft Press ISBN: 1-57231-516-4

Additional Resources

The Visual C++ documentation contains information about ODBC and the MFC Database classes, and it supplies the ENROLL tutorial, which demonstrates how to use the classes.

The Microsoft Developer Knowledge Base on the Microsoft Developer Network CD-ROM (MSDN) and Microsoft's world-wide web site on the internet, includes articles that give tips and talk about problems, bugs, and general issues concerning the Microsoft Database classes and ODBC. For example, to search for all of the articles about the MFC ODBC database classes, search the Microsoft Knowledge Base using the keyword MfcDatabase.

The latest version of the ODBC SDK and Programmer's Reference version 3.5 can be found at the following link.

Modification Type:MajorLast Reviewed:12/9/2005
Keywords:kbDatabase kbinfo kbList KB134391 kbAudDeveloper