MODIFY DATABASE Command
Opens the current database in the Database Designer so you can visually modify the database.
MODIFY DATABASE [DatabaseName | ?] [NOWAIT] [NOEDIT] |
Parameters
- [DatabaseName | ?]
-
Specifies the name of the database to modify or displays the Open dialog box so you can browse for and select a database.
- [NOWAIT]
-
Continues program execution after the Database Designer opens.
The program does not wait for the Database Designer to close but continues execution on the program line immediately following the line that contains MODIFY DATABASE NOWAIT. Omitting NOWAIT pauses program execution until the Database Designer closes.
Note NOWAIT is valid only from within a program. When included with MODIFY DATABASE in the Command window, NOWAIT has no effect.
- [NOEDIT]
-
Prevents changes to the database.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08