INTEGRATION: CWS hcshared08 (1.6.46); FILE MERGED

2007/01/31 14:17:29 ufi 1.6.46.1: some changes
This commit is contained in:
Rüdiger Timm
2007-04-02 14:27:11 +00:00
parent 2800f2c831
commit 4dcc68ff41

View File

@ -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>