Progress
Language Reference


DB-REFERENCES Attribute

A comma-separated list of the databases, (in the form of logical database names) referenced by a .r file or by a persistent procedure.

Data Type: CHARACTER

Access: Readable

Applies To: THIS-PROCEDURE System Handle (and all procedure handles)

If you supply a non-proxy procedure handle, DB-REFERENCES assumes the value of a comma-separated list of the databases a persistent procedure references. The list consists of logical database names.

If you supply a proxy procedure handle, DB-REFERENCES assumes the unknown value (?).

The following example displays a list of all databases referenced by sample.r in a comma-separated list that is contained in the DB-REFERENCES attribute.

RCODE-INFO:FILE-NAME = "sample.r".
DISPLAY RCODE-INFO:DB-REFERENCE. 


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095