
org.netbeans.modules.dbschema.docs.dbschema_recapture.html Maven / Gradle / Ivy
Recapturing Schema From a Database
Recapturing Schema From a Database
When you modify your database, such as by adding or deleting fields or changing relationships,
you may need to recapture the database schema so that the changes are also available to your project.
To recapture the database schema from the database:
- Make sure the database server is running.
- Locate the database schema node (
). The database schema can be found in the following locations:
- in the Source Packages node in the Projects window
- in the specified location within the project structure in the Files window
- Right-click the database schema node and choose Recapture Schema from Database.
- Enter the username and password, if necessary.
- Click OK.
The Recapturing Database Schema progress box opens and displays the recapturing progress,
including the table and view information it is capturing.
After recapturing the database schema, you can explore the structure of the new database schema
by expanding the schema in the Projects or Files windows. You can also explore the
recaptured schema and view the data in the Services window.
Legal Notices
© 2015 - 2025 Weber Informatics LLC | Privacy Policy