summaryrefslogtreecommitdiffstats
path: root/helpcontent2/source/text/sdatabase/11020000.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'helpcontent2/source/text/sdatabase/11020000.xhp')
-rw-r--r--helpcontent2/source/text/sdatabase/11020000.xhp68
1 files changed, 68 insertions, 0 deletions
diff --git a/helpcontent2/source/text/sdatabase/11020000.xhp b/helpcontent2/source/text/sdatabase/11020000.xhp
new file mode 100644
index 000000000..8e1f9484b
--- /dev/null
+++ b/helpcontent2/source/text/sdatabase/11020000.xhp
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+ * This file incorporates work covered by the following license notice:
+ *
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed
+ * with this work for additional information regarding copyright
+ * ownership. The ASF licenses this file to you under the Apache
+ * License, Version 2.0 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.apache.org/licenses/LICENSE-2.0 .
+ -->
+<helpdocument version="1.0">
+<meta>
+<topic id="textsharedexplorerdatabase11020000xml" indexer="exclude" status="PUBLISH">
+<title id="tit" xml-lang="en-US">ODBC</title>
+<filename>/text/sdatabase/11020000.xhp</filename>
+</topic>
+</meta>
+<body>
+<section id="odbc">
+<h1 id="hd_id3149031"><link href="text/sdatabase/11020000.xhp" name="ODBC">ODBC</link><comment>still some Help IDs in this file. Else it can be removed</comment></h1>
+<paragraph role="paragraph" id="par_id3150499" xml-lang="en-US"><ahelp hid=".">Specifies the settings for <link href="text/shared/00/00000005.xhp#odbc" name="ODBC">ODBC</link> databases. This includes your user access data, driver settings, and font definitions.</ahelp></paragraph>
+</section>
+<section id="username">
+<h2 id="hd_id3148642">User Name</h2>
+<paragraph role="paragraph" id="par_id3154514" xml-lang="en-US"><ahelp hid=".">Type the user name for accessing the database.</ahelp></paragraph>
+</section>
+<section id="password">
+<h2 id="hd_id3153665">Password required</h2>
+<paragraph role="paragraph" id="par_id3145119" xml-lang="en-US"><ahelp hid=".">Prevents an unauthorized user from accessing the database. You only need to enter the password once per session.</ahelp></paragraph>
+</section>
+<section id="driver settings">
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/odbcpage/options" id="bm_id3148473" localize="false"/><h2 id="hd_id3153087">Driver Settings</h2>
+<paragraph role="paragraph" id="par_id3143271" xml-lang="en-US"><ahelp hid="dbaccess/ui/odbcpage/options">Use this text field to enter additional optional driver settings if this is necessary.</ahelp></paragraph>
+</section>
+<section id="character_set">
+<!-- removed HID HID_DSADMIN_CHARSET_ODBC --><h2 id="hd_id3152472">Character Set</h2>
+<paragraph role="paragraph" id="par_id3151245" xml-lang="en-US"><ahelp hid="HID_DSADMIN_CHARSET_ODBC">Select the code conversion that you want to use to view the database in $[officename]. This does not affect the database.</ahelp> Choose "System" to use the default character set of your operating system. Text and dBASE databases are restricted to character sets with a fixed-size character length, where all characters are encoded with the same number of bytes.</paragraph>
+</section>
+<section id="retrieve">
+<h2 id="hd_id3149669">General</h2>
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/generatedvaluespage/autoretrieve" id="bm_id3161657" localize="false"/><h3 id="hd_id3147265">Retrieve generated values</h3>
+<paragraph role="paragraph" id="par_id3151054" xml-lang="en-US"><ahelp hid="dbaccess/ui/generatedvaluespage/autoretrieve">Enables $[officename] support of auto-incremented data fields for the current ODBC or JDBC data source.</ahelp> Select this check box if the database does not support the auto-increment feature in its SDBCX layer. In general, the auto-increment is selected for the primary key field.</paragraph>
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/generatedvaluespage/statement" id="bm_id3150792" localize="false"/><h3 id="hd_id3150400">Auto-increment statement</h3>
+<paragraph role="paragraph" id="par_id3154366" xml-lang="en-US"><ahelp hid="dbaccess/ui/generatedvaluespage/statement">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, a typical SQL statement to create a data field is: </paragraph>
+<paragraph role="paragraph" id="par_id3159149" xml-lang="en-US">CREATE TABLE "table1" ("id" INTEGER)</paragraph>
+<paragraph role="paragraph" id="par_id3147084" xml-lang="en-US">To auto-increment the "id" data field in a MySQL database, change the statement to:</paragraph>
+<paragraph role="paragraph" id="par_id3154909" xml-lang="en-US">CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)</paragraph>
+<paragraph role="paragraph" id="par_id3152933" xml-lang="en-US">In other words, enter AUTO_INCREMENT into <emph>Auto-increment statement</emph> box.</paragraph>
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/generatedvaluespage/query" id="bm_id3153195" localize="false"/><h3 id="hd_id3149765">Query of generated values</h3>
+<paragraph role="paragraph" id="par_id3145171" xml-lang="en-US"><ahelp hid="dbaccess/ui/generatedvaluespage/query">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:</paragraph>
+<paragraph role="paragraph" id="par_id3150769" xml-lang="en-US">SELECT LAST_INSERT_D();</paragraph>
+</section>
+<section id="sql92">
+<bookmark xml-lang="en-US" branch="hid/dbaccess/ui/specialsettingspage/usesql92" id="bm_id3147289" localize="false"/><h3 id="hd_id3157892">Use SQL92 naming constraints</h3>
+<paragraph role="paragraph" id="par_id3153368" xml-lang="en-US"><ahelp hid="dbaccess/ui/specialsettingspage/usesql92">Only allows names that use characters that conform to the SQL92 naming constraints in the data source. All other characters are rejected.</ahelp> Each name must begin with a lower or upper case letter, or an underline ( _ ). The remaining characters can be ASCII letters, underlines, and numbers.</paragraph>
+</section>
+<bookmark xml-lang="en-US" branch="hid/DBACCESS_HID_DSADMIN_USECATALOG" id="bm_id3146148" localize="false"/><h3 id="hd_id3154011">Use Catalog for file-based databases</h3>
+<paragraph role="paragraph" id="par_id3148618" xml-lang="en-US"><ahelp hid="HID_DSADMIN_USECATALOG">Uses the current data source of the Catalog. This is useful when the ODBC data source is a database server. If the ODBC data source is a dBASE driver, leave this check box clear.</ahelp></paragraph>
+</body>
+</helpdocument>