You can perform different tasks to manage databases.
In This Section
- How to: Add Databases to Projects
- Describes how to add databases to an application project.
- How to: Open Databases
- Describes how to open existing databases and work with a visual representation of them.
- How to: Set the Current Database
- Describes how to set a database as the current one.
- How to: Validate a Database
- Describes how to validate the integrity of the database (.dbc) file.
- Handling Database Errors
- Describes how to provide custom error messages instead of generic database errors by using triggers.
- How to: Close Databases
- Describes how to close databases.
- How to: Remove Databases from Projects
- Describes how to remove databases from an application project.
- How to: View Database Structure
- Describes how to view the structure of the database (.dbc) file, which contains information about the database.
- How to: Extend Database Files
- Describes how to add user-defined fields to a database (.dbc) file.
Reference
- Database Designer (Visual FoxPro)
- Makes it possible for you to create databases starting with an empty database container or modify existing databases.
- Project Manager
- Makes it possible for you to organize files in an application project.
- Databases
- Lists programming language you can use to work with databases.