diff --git a/reference/sybase/functions/sybase-affected-rows.xml b/reference/sybase/functions/sybase-affected-rows.xml index ec7532f663..d17f4d16f0 100644 --- a/reference/sybase/functions/sybase-affected-rows.xml +++ b/reference/sybase/functions/sybase-affected-rows.xml @@ -1,5 +1,5 @@ - + @@ -10,8 +10,7 @@ Description intsybase_affected_rows - intlink_identifier - + intlink_identifier Returns: The number of affected rows by the last query. diff --git a/reference/sybase/functions/sybase-close.xml b/reference/sybase/functions/sybase-close.xml index 69ff1671c3..e6f0c10a56 100644 --- a/reference/sybase/functions/sybase-close.xml +++ b/reference/sybase/functions/sybase-close.xml @@ -1,5 +1,5 @@ - + @@ -10,17 +10,18 @@ Description boolsybase_close - intlink_identifier + intlink_identifier - - Returns: &true; on success, &false; on error - sybase_close closes the link to a Sybase - database that's associated with the specified link identifier. + database that's associated with the specified link + link_identifier. If the link identifier isn't specified, the last opened link is assumed. + + &return.success; + Note that this isn't usually necessary, as non-persistent open links are automatically closed at the end of the script's execution.