JAVA/CORBA CLASSES
Creating, compacting, removing, and replicating a database
Example
Use one of the following methods to create a database.
DbDirectory.createDatabase
creates an uninitialized database. A program can access it, but a user cannot access it through the user interface because it has no forms or views.
Database.createFromTemplate
creates an initialized database based on an existing template. This database has the design and documents of the template and can be accessed from the workspace.
Database.createReplica
creates an uninitialized replica of an existing database. The replica must be initialized either by you with the replicate method or by the user accessing it from the workspace upon first use.
Database.createCopy
creates a copy of the design of an existing database.
The following methods are available for an existing database:
Database.compact
compacts a database.
Database.remove
removes (deletes) a database.
Database.replicate
replicates a database.
Example
See Also
Accessing databases
Glossary
Feedback on Help?
Help on Help
Open Full Help Window
Glossary
Feedback on Help?
Help on Help
Open Full Help Window