Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






OpenByReplicaID method

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$

String. The name of the server on which the database resides. Use an empty string ("") to indicate a database on the current computer.

replicaID$

String. The replica ID of the database that you want to open.

Return value

Language cross-reference

openByReplicaID method in Java Database class

@Command([RenameDatabase]) function in formula language

See examples

Examples: OpenByReplicaID method
Related topics
Opening a database




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009