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.dbDirectory:createDatabase
 
wm.ln.dbDirectory:createDatabase
This flow service creates a new database, using the file name that you specified. Because the new database is not based on a template, it is blank and does not contain any forms or views. If the database is open, only a subset of its methods are available.
Input Parameters
dbDirectory
DbDirectory The lotus.domino.DbDirectory object representing the directory to create the database in.
dbFileName
String The name of the new database.
OpenDB
String Optional. Indicates if you want to open the database. Specify true if you want to open the database and false if you do not.
Output Parameters
database
Database The created database.