FORMULA LANGUAGE
Returns the name of the current Domino server and database.
Syntax
@DbName
Return value
server ; path
Text list with two elements:
This @function returns an empty string ("") if:
This @function returns:
Be careful when using @DbName in a column formula. If you build a view, then move the database within the file directory, thus changing its path, you must force a rebuild of the view (Cntl+Shift+F9) for the function to display the updated database information.
Language cross-reference
FileName property of LotusScript NotesDatabase class
FilePath property of LotusScript NotesDatabase class
Server property of LotusScript NotesDatabase class
FileName property of Java Database class
FilePath property of Java Database class
Server property of Java Database class
Example See Also