diff --git a/functions/fbsql.xml b/functions/fbsql.xml index 9e182c004b..ba897423f3 100644 --- a/functions/fbsql.xml +++ b/functions/fbsql.xml @@ -1,5 +1,5 @@ - + FrontBase functions FrontBase @@ -109,9 +109,9 @@ fbsql_autocommit returns the current autocommit status. if the optional OnOff parameter is given the auto commit status will be changed. - With OnOff set to &true each statement will be commited + With OnOff set to &true; each statement will be commited automatically, if no errors was found. - With OnOff set to &false the user must commit or rollback + With OnOff set to &false; the user must commit or rollback the transaction unsing either fbsql_commit or fbsql_rollback. @@ -524,7 +524,7 @@ - &false - The exec handler for the host was invalid. This + &false; - The exec handler for the host was invalid. This error will ocour when the link_identifier connects directly to a database by using a port number. FBExec can be available on the server but no connection has been made for it.