diff --git a/reference/ibm_db2/functions/db2-client-info.xml b/reference/ibm_db2/functions/db2-client-info.xml index 5ae95cfab7..1be30b3527 100644 --- a/reference/ibm_db2/functions/db2-client-info.xml +++ b/reference/ibm_db2/functions/db2-client-info.xml @@ -1,5 +1,5 @@ - + @@ -105,7 +105,7 @@ ODBC_VER string The version of ODBC that the ODBC driver manager supports. This - returns a string "MM.mm" where MM is the major + returns a string "MM.mm.rrrr" where MM is the major version, mm is the minor version, and rrrr is the release. The DB2 client always returns "03.01.0000". diff --git a/reference/ibm_db2/functions/db2-server-info.xml b/reference/ibm_db2/functions/db2-server-info.xml index 9984df61fe..490bbe48c5 100644 --- a/reference/ibm_db2/functions/db2-server-info.xml +++ b/reference/ibm_db2/functions/db2-server-info.xml @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ DBMS_VER string The version of the database server, in the form of a string - "MM.mm.rrrr" where MM is the major version, + "MM.mm.uuuu" where MM is the major version, mm is the minor version, and uuuu is the update. For example, "08.02.0001" represents major version 8, minor version 2, update 1.