dbs Mon Apr 25 20:54:04 2005 EDT
Modified files: /phpdoc/en/reference/ibm_db2/functions db2-stmt-errormsg.xml Log: Improve consistency with db2_stmt_error as suggested by Jean-Sebastien Goupil. http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-stmt-errormsg.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/ibm_db2/functions/db2-stmt-errormsg.xml diff -u phpdoc/en/reference/ibm_db2/functions/db2-stmt-errormsg.xml:1.2 phpdoc/en/reference/ibm_db2/functions/db2-stmt-errormsg.xml:1.3 --- phpdoc/en/reference/ibm_db2/functions/db2-stmt-errormsg.xml:1.2 Thu Apr 21 12:15:10 2005 +++ phpdoc/en/reference/ibm_db2/functions/db2-stmt-errormsg.xml Mon Apr 25 20:54:03 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.db2-stmt-errormsg"> <refnamediv> @@ -19,6 +19,13 @@ <para> Returns a string containing the last SQL statement error message. </para> + <para> + If you do not pass a statement resource as an argument to + <function>db2_stmt_errormsg</function>, the driver returns the error + message associated with the last attempt to return a statement resource, + for example, from <function>db2_prepare</function> or + <function>db2_exec</function>. + </para> </refsect1> <refsect1 role="parameters"> @@ -42,13 +49,6 @@ Returns a string containing the error message and SQLCODE value for the last error that occurred issuing an SQL statement. </para> - <para> - If you do not pass a statement resource as an argument to - <function>db2_stmt_errormsg</function>, the driver returns the error - message associated with the last attempt to return a statement resource, - for example, from <function>db2_prepare</function> or - <function>db2_exec</function>. - </para> </refsect1> <!-- Use when examples exist