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.Managing Views
Describes tasks you can perform to manage views.Displaying Data in Views
Describes different ways you can display views.Updating Data in Views
Describes how to update data in views and their base tables.Manipulating Offline Data
Describes how to move data in views offlineHow to: Optimize View Performance
Explains how to set performance and data fetching options.
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 Tables (Visual FoxPro)
Discusses how to make sure your tables have the structure that your application requires.Working with Queries
Describes how to use queries to select and display data from tables or views.