DBVERSION function
Returns, as a character string, the version number of an OpenEdge database.
Syntax
integer-expression
The sequence number of a database the ABL session is connected to. For example, DBVERSION(1) returns information on the first database the ABL session is connected to, DBVERSION(2) returns information on the second database the ABL session is connected to, etc. If you specify a sequence number that does not correspond to a database the ABL session is connected to, the DBVERSION function returns the Unknown value (?
).logical-name
oralias
ExampleThis procedure displays the version number of all connected databases:
NoteDBVERSION does not apply to non-OpenEdge data sources.
See alsoALIAS function, CONNECT statement, CONNECTED function, CREATE ALIAS statement, CREATE CALL statement, DATASERVERS function, DBCODEPAGE function, DBCOLLATION function, DBRESTRICTIONS function, DBTYPE function, DELETE ALIAS statement, DISCONNECT statement, FRAME-DB function, LDBNAME function, NUM-DBS function, PDBNAME function, SDBNAME function
OpenEdge Release 10.2B
|