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.session:getDatabase
 
wm.ln.session:getDatabase
This flow service creates a database object that represents a database located at the server and file name you specify, and opens the database, if possible.
Input Parameters
session
Session The Session object to open the database with.
dbName
String The file name and location of the database within the Domino data directory. Use a full path name if the database is not within the Domino data directory.
createOnFail
String Optional. If true, creates a Database object even if the specified database cannot be opened. If false or omitted, returns null if the database cannot be opened.
Output Parameters
database
Database A Database object that can be used to access the database specified.