LOTUSSCRIPT/COM/OLE CLASSES
Given a server name and a replica ID, opens the specified database, if it exists.
Note This method is supported in LotusScript only. For COM, use OpenDatabaseByReplicaID in NotesDbDirectory.
Defined in
NotesDatabase
Syntax
flag = notesDatabase.OpenByReplicaID( server$, replicaID$ )
Parameters
server$
openByReplicaID method in Java Database class
@Command([RenameDatabase]) function in formula language
Example See Also