Lotus 190-273: Lotus Script in Notes for Advanced Developers
#1. Marilyn is writing code which prompts users to specify a database to copy. She wants to make sure the database name specified is correct before a copy is made. Which one of the following sets of properties and methods should she use on the NotesDatabase object?
#2. Emily wants to report on documents in a database. She will use an action button in a view to count documents. The database name is CLIENTS NSF and it resides on the HUB_DUNN/Dunn server. The button is in the same database on which she is reporting. She wants to implement script that is operational from any replica copy of the database. Which one of the following would be the best method of representing the database in her script?
#8. Jason uses script to create documents in a Domino database from a dBase database. He has created an ODBCResultSet object called res in his code. He would like to create documents with two items, Name and City. The item names are the same as the column names in res. He has created a vendor form which contains these fields. Which one of the following will generate this result? (Assume the object db represents the current database.)
#9. Jane is creating a script which deletes a database. The script prompts the user for the location of the database to be deleted, then deletes it. What must she do in order to ensure the NotesDatabase Object (db) is representing a database?