LOTUSSCRIPT/COM/OLE CLASSES


OpenByReplicaID method
Example

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$


replicaID$
Return value
Language cross-reference

openByReplicaID method in Java Database class

@Command([RenameDatabase]) function in formula language

Example
See Also