LOTUSSCRIPT/COM/OLE CLASSES


Examples: Creating a database
1. This example creates a local database named SALES2.NSF. The database is not initialized. This database is useful for storing data programmatically but cannot be used through the Notes UI.
2. This example creates a local database named saledisc.nsf based on the Domino template discuss4.ntf and changes the title. Discuss is the database object for the template and db is the database object for the new database. The third argument to CreateFromTemplate inherits design changes.
3. This example creates a local replica of a database on a server and initializes it.
4. This example creates a copy of names.nsf.
See Also