Working with Views (Visual FoxPro)

When you want a customized and updatable data set for your application, you can create and use views. Views combine the characteristics of tables and queries by providing a way to retrieve records from one or more related tables or views. You can create views using single or multiple tables or views, use views to update data in tables and display data, update views, and move data offline for manipulation.

In This Section

  • Creating Views
    Provides an overview of creating views and describes how to create different types of views.

Related Sections

  • Working with Data
    Provides information to help you create effective applications by analyzing data requirements and designing your application components to meet those needs.
  • Working with Queries
    Describes how to use queries to select and display data from tables or views.