Consultor Eletrônico



Kbase P129694: Which 4GL function returns foreign database type?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/18/2008
Status: Unverified

GOAL:

Which 4GL function returns foreign database type?

GOAL:

How do you determine foreign database types?

FACT(s) (Environment):

All Supported Operating Systems
DataServers

FIX:

4GL function DBTYPE returns foreign database type. For example, when connecting to schema holder sh and MSS database and run following code
DEFINE VARIABLE i AS INTEGER.
REPEAT i=1 TO NUM-DBS:
DISPLAY LDBNAME(i) DBTYPE(i) FORMAT "x(40)".
END.
Following is returned
sh PROGRESS
test MSS