Hi,
I want to find the name and Path of the database using the Database ID.
How can this be achieved?
Regards,
Priti.
Hi,
I want to find the name and Path of the database using the Database ID.
How can this be achieved?
Regards,
Priti.
Subject: Get Database Name from Database ID
Check out the Notes Designer help topic on OpenDatabaseByReplicaID extract from the help below:
Set db = dir.OpenDatabaseByReplicaID(repID)
MsgBox db.Title, , db.FilePath