Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enroll: Database Application, Lesson 1
Tip If you prefer working from a printed tutorial, see in MSDN Library Help for details about printing a lesson, a set of topics, or a single topic.
This tutorial shows you how to develop a form-based Microsoft Foundation Class Library (MFC) database application. You’ll learn how to:
Use AppWizard to create the starter database application.
Create and use CRecordset objects to open tables and run queries.
Create and use CRecordView objects for form-based applications.
Use database support within the framework’s document/view architecture.
Important This tutorial assumes you are familiar with Visual C++ and the Microsoft Foundation Class Library. If you aren’t, try the Scribble: MDI Drawing Application tutorial before you begin this tutorial. The Scribble tutorial introduces important class library concepts and techniques and teaches you to use the views, the wizards, and the resource editors.