2.4.4 Changing a Database's Description

You can change the description of a database with toolkit as follows:

gifs/20000000.gif Start toolkit on your database:

\> toolkit dbname

gifs/20000000.gif Select 6 - Database Menu from the Toolkit Development Menu.

gifs/20000000.gif Select D3 - Modify Database Description from the Database Menu.

gifs/20000000.gif Enter the new description and press STORE <F5>, or press CANCEL<F1>-X to leave the old description unchanged.

You can change the description of a database with a command as follows:

c:\> dbadmin -vu -C "new comment" dbname

You should enclose your new comment in quotes.