Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.db:open
 
wm.ln.db:open
This flow service opens a database. Returns true if the database exists and is opened or false if no database with this name exists. A database must be open to use the Database properties and methods with some exceptions. An error is returned if the user does not have access rights to the database or server.
Input Parameters
database
Database The lotus.domino.Database representing the database to open.
Output Parameters
IsOpen
String "true" is the operation succeeds, "false" otherwise.