summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-04-02 14:27:11 +0000
committerRüdiger Timm <rt@openoffice.org>2007-04-02 14:27:11 +0000
commit4dcc68ff41ec143dbd67d1df05ffe3286cecb73d (patch)
tree954934a717736e17804dbc9eea15874f1685a170 /helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
parent2800f2c8316a41c085c863f6d30171aac467e499 (diff)
INTEGRATION: CWS hcshared08 (1.6.46); FILE MERGED
2007/01/31 14:17:29 ufi 1.6.46.1: some changes
Diffstat (limited to 'helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp')
-rwxr-xr-xhelpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp b/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
index c76eb5189b..f44278278e 100755
--- a/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
+++ b/helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp
@@ -6,9 +6,9 @@
*
* $RCSfile: dabaadvpropgen.xhp,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2006-08-14 15:31:53 $
+ * last change: $Author: rt $ $Date: 2007-04-02 15:27:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -44,7 +44,7 @@
</topic>
<history>
<created date="2004-07-30T11:20:09">Advanced Properties dialog Generated values tab page</created>
-<lastedited date="2006-02-13T15:24:56">dedr: reviewed</lastedited>
+<lastedited date="2007-01-26T10:19:28">dedr: reviewed</lastedited>
</history>
</meta>
<body>
@@ -59,7 +59,7 @@
<paragraph role="heading" id="par_idN10593" xml-lang="en-US" level="2" l10n="NEW">Auto-increment statement</paragraph>
<paragraph role="paragraph" id="par_idN10597" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field.</ahelp> For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field:</paragraph>
<paragraph role="code" id="par_idN105A0" xml-lang="en-US" l10n="NEW">CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT)</paragraph>
-<paragraph role="paragraph" id="par_idN10634" xml-lang="en-US" l10n="NEW">For this example, you must enter AUTO_INCREMENT into the <emph>Auto-increment statemen</emph>t box.</paragraph>
+<paragraph role="paragraph" id="par_idN10634" xml-lang="en-US" l10n="CHG">For this example, you must enter AUTO_INCREMENT into the <emph>Auto-increment statement</emph> box.</paragraph>
<paragraph role="heading" id="par_idN105AA" xml-lang="en-US" level="2" l10n="NEW">Query of generated values</paragraph>
<paragraph role="paragraph" id="par_idN10645" xml-lang="en-US" l10n="NEW"><ahelp hid=".">Enter an SQL statement that returns the last auto-incremented value for the primary key data field.</ahelp> For example:</paragraph>
<paragraph role="code" id="par_idN105B1" xml-lang="en-US" l10n="NEW">SELECT LAST_INSERT_D();</paragraph>