LOTUSSCRIPT/COM/OLE CLASSES


Accessing Domino databases
The NotesDatabase and NotesDbDirectory classes provide means for locating and opening Domino databases. A NotesDatabase object provides access to NotesView, DocumentCollection, and NotesDocument objects. NotesDocument objects can be accessed directly through a NotesDatabase object, or by first obtaining a NotesDocumentCollection or NotesView object. A NotesDatabase object also provides access to NotesACL and NotesForm objects.
See Also