DBRESTRICTIONS( integer-expression logical-name alias, table-name)logical-name or alias
DEFINE VARIABLE ix AS INTEGER NO-UNDO.REPEAT ix = 1 to NUM-DBS:DISPLAY LDBNAME(ix) LABEL "Database"DBRESTRICTIONS(ix) FORMAT "x(40)" LABEL "Restrictions".END.
DBRESTRICTIONS returns a string. This string is a comma-separated list of keywords that represent features not supported by the specified database. Table 26 shows the possible keywords and their descriptions.
Table 26:
The possible keyword values returned by DBRESTRICTIONS depends on the DataServer type. Table 27 shows the possible values returned for each DataServer.
ALIAS function, CONNECT statement, CONNECTED function, CREATE ALIAS statement, CREATE CALL statement, DATASERVERS function, DBCODEPAGE function, DBCOLLATION function, DBTYPE function, DBVERSION function, DELETE ALIAS statement, DISCONNECT statement, FRAME-DB function, LDBNAME function, NUM-DBS function, PDBNAME function, SDBNAME function
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |