JAVA/CORBA CLASSES


openDatabase method
Example

Opens a database.

Defined in

DbDirectory

Syntax

public Database openDatabase(String dbfile)
   throws NotesException

public Database openDatabase(String dbfile, boolean failover)
   throws NotesException

Parameters

String dbfile


boolean failover
Return value

Database


Language cross-reference

OpenDatabase method in LotusScript NotesDbDirectory class

Example
See Also