LOTUSSCRIPT/COM/OLE CLASSES


Create method
Example

Creates a new database on disk, using the server and file name that you specify.

Note This method is supported in LotusScript only. For COM, use CreateDatabase in NotesDbDirectory.

Defined in

NotesDatabase

Syntax

Call notesDatabase.Create( server$, dbfile$, openFlag [, maxsize% ] )

Parameters

server$


dbfile$
openFlag
maxsize%

Note This parameter is new with Release 5.


Usage

Both server$ and dbfile$ can be empty strings if the NotesDatabase object was already instantiated with a server and a file name (for example, using New).

Because the new database is not based on a template, it's blank and does not contain any forms or views.

Example
See Also