Returns, as a character string, the database type of a currently connected database. This function returns one of the following strings: "MSS", "ODBC", "ORACLE", or "PROGRESS".
DBTYPE ( integer-expression logical-name alias )logical-name or alias
DEFINE VARIABLE ix AS INTEGER NO-UNDO.REPEAT ix = 1 TO NUM-DBS:DISPLAY LDBNAME(ix) DBTYPE(ix) FORMAT "x(40)".END.You can reference the DBTYPE function within a preprocessor expression. For more information, see the &IF, &THEN, &ELSEIF, &ELSE, and &ENDIF preprocessor directives reference entry.ALIAS function, CONNECT statement, CONNECTED function, CREATE ALIAS statement, CREATE CALL statement, DATASERVERS function, DBCODEPAGE function, DBCOLLATION function, DBRESTRICTIONS 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. |