|
The following tasks pertain to databases.
For conceptual information on named databases, see Pervasive PSQL Database Concepts
To create a new database
Note
On Linux, the owner of the directory where you want to create the database must be psql. If not, error message 7039: Dictionary path is invalid results. Use the chown command to change owner of the directory. For example, chown psql directoryname.
The Create New Database dialog appears (see Figure 1-1).
The name cannot be the same as an existing DSN.
To modify properties of a database
To delete a database
You cannot delete the database to which you are currently logged in. See To log out from a database engine in Pervasive PSQL User's Guide.
If database security is set to "mixed" or "database," you must first remove the security. You cannot delete a database if security on it is set to "mixed" or "database." See To turn off security using Pervasive PSQL Explorer and To turn off security using SQL .
The "Confirm DSN Removal" dialog appears.

Note that multiple DSNs can be associated with one database. In such cases, you may remove the DSNs that you want and retain the ones that you want.
Note
If you select the option, PCC no longer prompts you for DSN removal when you delete a database. PCC will automatically remove all DSNs associated with the database being deleted.
If you decide later to turn off the option, in PCC click Window 4 Preferences 4 General.
|
Chapter contents
Prev topic: New Database GUI Reference
|