PreviousNextIndex

PDBNAME function

Returns the physical name of a currently connected database.

Syntax

PDBNAME ( integer-expression | logical-name | alias ) 

integer-expression
logical-name | alias
Example

This procedure finds the physical name of the database that currently has the DICTDB alias:

r-pdbnam.p
MESSAGE "The current DICTDB is" PDBNAME("DICTDB") + ".db". 

Note

The old DBNAME function has been retained for compatibility and is equivalent to PDBNAME(1).

See also

ALIAS function, CONNECT statement, CONNECTED function, CREATE ALIAS statement, CREATE CALL statement, DATASERVERS function, DBCODEPAGE function, DBCOLLATION function, DBRESTRICTIONS function, DBTYPE function, DBVERSION function, DELETE ALIAS statement, DISCONNECT statement, FRAME-DB function, LDBNAME function, NUM-DBS function, SDBNAME function


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex