summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03/sf_database.xhp
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-03-16 01:55:37 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2021-03-16 01:55:37 -0600
commit65d0ce6b572ab20c9ebc89771118458acfab9d40 (patch)
tree978298310208658f9a5de8de5d8ca9bf28b2206b /source/text/sbasic/shared/03/sf_database.xhp
parentclarify how to make global shortcuts (diff)
downloadhelp-65d0ce6b572ab20c9ebc89771118458acfab9d40.tar.gz
help-65d0ce6b572ab20c9ebc89771118458acfab9d40.zip
Fixups of things missed in review
Change-Id: I6190d21bef297077e6a7685b59b58804cce60bca
Diffstat (limited to 'source/text/sbasic/shared/03/sf_database.xhp')
-rw-r--r--source/text/sbasic/shared/03/sf_database.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_database.xhp b/source/text/sbasic/shared/03/sf_database.xhp
index 6c137ef477..b29dee9972 100644
--- a/source/text/sbasic/shared/03/sf_database.xhp
+++ b/source/text/sbasic/shared/03/sf_database.xhp
@@ -38,7 +38,7 @@
</list>
</section>
<comment>TODO: Add reference to the future help page SFDocuments.SF_Form service in the paragraph below</comment>
- <paragraph role="paragraph" id="par_id811599407236602" xml-lang="en-US">Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document.</paragraph>
+ <paragraph role="paragraph" id="par_id811599407236602" xml-lang="en-US">Each instance of the <literal>Database</literal> service represents a single database and gives access to its tables, queries and data. This service does not provide access to forms or reports in the Base document.</paragraph>
<note id="par_id231615386789950">All exchanges between this service and the database are done using SQL only.</note>
<paragraph role="paragraph" id="par_id121599407322804" xml-lang="en-US">SQL statements may be run in <emph>direct</emph> or <emph>indirect</emph> <emph>mode</emph>. In direct mode the statement is transferred to the database engine without any syntax checking or review.</paragraph>
<paragraph role="paragraph" id="par_id681599407189019" xml-lang="en-US">The provided interfaces include simple tables and queries lists, as well as access to database data.</paragraph>