diff --git a/reference/uodbc/functions/odbc-execute.xml b/reference/uodbc/functions/odbc-execute.xml index 747e795cff..010028b71b 100644 --- a/reference/uodbc/functions/odbc-execute.xml +++ b/reference/uodbc/functions/odbc-execute.xml @@ -1,5 +1,5 @@ - + @@ -9,14 +9,13 @@ Description - resourceodbc_execute + boolodbc_execute resourceresult_id arrayparameters_array Executes a statement prepared with - odbc_prepare. Returns &true; on successful - execution; &false; otherwise. The array + odbc_prepare.&return.success; The array parameters_array only needs to be given if you really have parameters in your statement.