PreviousAdvanced Operations Guide (v9 SP2 (9.5) revision 1) Next

New Database GUI Reference

Chapter contents

The following image shows the dialog with which you create a new database. The table below the image describes the GUI objects.

Figure 1-1 Create New Database Dialog

Table 1-9 Create New Database GUI Elements
Element
Description
Related Material
Database Name
The name for the database that you want to appear in the database listing in PCC.
Note: The database name cannot be the same as an existing data source name (DSN).
 
Location
This location must be on the same server to which you are connected (and where the database engine is running). Location must be formatted as though you are working directly at the server machine.
 
Bound
Indicates whether or not the database is bound. Binding a database prevents the DDFs or data files from being used in another database and prevents a data file from having two or more different table definitions within the same database.
For more information about bound databases, refer to Bound Database versus Integrity Enforced .
 
Create dictionary files
Specifies whether you want data dictionary files (DDF) created with the database. Dictionary files are required for relational (SQL) access to your data.
By default, the dictionary files and data files are created in the same location. You may specify different locations for these types of files after you create the database.
Typically, the only situation for which you would choose not to create DDF files is when you have an unnamed legacy database for which DDFs already exist, and you are now creating a database name for that database. Under these circumstances, the database engine links the new database name with the pre-existing DDFs.
 
Relational integrity enforced
Specifies whether integrity constraints (security, RI, and triggers) are enforced on the database. These constraints apply to Btrieve access to the data files as well as ODBC/SQL access.
 
Create DSN
For ODBC access, you must set up a data source name (DSN) to refer to the database name. By default, the name of the new DSN is the same as the Database Name. Multiple DSNs may point to the same named database.
Note: The DSN that you are creating must be unique. You cannot create a database if the name that you specify for the database matches an existing DSN.
 
Open mode
Allows you to specify one of several characteristics that go into effect when tables are opened through the specified DSN.
 

Chapter contents
Book contents

Prev topic: Database Properties
Next topic: Pervasive PSQL Database Tasks