Kbase P35448: How to know the path of a connected database from a client s
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/3/2003 |
|
Status: Verified
GOAL:
How to know the path of a connected database from a client session?
GOAL:
What is the path and database name of the connected db from progress procedure editor?
GOAL:
What is the the database and the path of the connected db from progress session?
FIX:
The PDBNAME function can be used for that. It returns the physical name of a currently connected database.
Use Syntax within procedure editor:
MESSAGE PDBNAME("DICTDB") VIEW-AS ALERT-BOX.