diff --git a/reference/ibm_db2/functions/db2-field-scale.xml b/reference/ibm_db2/functions/db2-field-scale.xml index 703816535d..5f0a254a53 100644 --- a/reference/ibm_db2/functions/db2-field-scale.xml +++ b/reference/ibm_db2/functions/db2-field-scale.xml @@ -1,5 +1,5 @@ - + @@ -50,7 +50,7 @@ &reftitle.returnvalues; - Returns an integer containing the precision of the specified column. If the + Returns an integer containing the scale of the specified column. If the specified column does not exist in the result set, db2_field_scale returns &false;. diff --git a/reference/ibm_db2/functions/db2-free-stmt.xml b/reference/ibm_db2/functions/db2-free-stmt.xml index 2d8d8fddc1..40b7bee67f 100644 --- a/reference/ibm_db2/functions/db2-free-stmt.xml +++ b/reference/ibm_db2/functions/db2-free-stmt.xml @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@ Frees the system and database resources that are associated with a statement resource. These resources are freed implicitly when a script finishes, but - you can call db2_free_result to explicitly free the + you can call db2_free_stmt to explicitly free the statement resources before the end of the script.