.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@DbExists
Example

Given a server and file name, or replica ID, indicates whether the specified database exists.

Syntax

@DbExists( server : file )

@DbExists( server ; replicaID )

Parameters

server


file
replicationID
Return value

flag

Usage

This function does not work in column or selection formulas, or in agents that run on a server (mail and scheduled agents).

Language cross-reference

Open method of LotusScript NotesDatabase class

open method of Java Database class

Example