LOTUSSCRIPT/COM/OLE CLASSES
Dim db As New NotesDatabase( "Bombay", "todo.nsf" ) If db.IsOpen Then Print( "Succesfully opened " & db.Title ) Else Print( "Unable to open database" ) End If
See Also